header: move theme toggle to left

This commit is contained in:
Garrit Franke 2022-04-12 15:59:37 +02:00
parent cea75c8f14
commit eed3d4e888
No known key found for this signature in database
GPG key ID: 65586C4DDA55EA2C
2 changed files with 15 additions and 4 deletions

View file

@ -109,14 +109,22 @@ time.by-line {
}
#header .action-container {
&--left {
left: 25px;
top: 35px;
}
&--right {
right: 80px;
top: 35px;
}
align-items: center;
display: flex;
flex-direction: row;
gap: 12px;
height: 36px;
position: absolute;
right: 80px;
top: 35px;
}
#header a.rss {