header: fix spacing between lang-selector and label

when theme-toggle is disabled
This commit is contained in:
Aditya Telange 2020-11-03 19:44:19 +05:30
parent 55107fcfc2
commit 229df19ec9
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -37,7 +37,7 @@
.theme-toggle svg {
height: 18px;
margin: 0 10px;
margin-inline-end: 10px;
user-select: none;
cursor: pointer;
}
@ -88,4 +88,5 @@ body:not(.dark) #sun {
.logo-switches {
display: inline-flex;
flex-wrap: inherit;
margin-inline-start: 10px;
}