mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-10 00:46:12 +00:00
[Glitch] RTL: fix margins: public-layout.header.nav-button
Port df2f4052b8
to glitch-soc
This commit is contained in:
parent
884a898442
commit
15197a831c
|
@ -298,4 +298,13 @@ body.rtl {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.public-layout {
|
||||
.header {
|
||||
.nav-button {
|
||||
margin-left: 8px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue