mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2025-05-02 06:46:18 -04:00
header: move theme toggle to left
This commit is contained in:
parent
cea75c8f14
commit
eed3d4e888
2 changed files with 15 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue