[Glitch] RTL: fix margins: public-layout.header.nav-button

Port df2f4052b8 to glitch-soc
signup-info-prompt
Thibaut Girka 2018-10-01 13:17:07 +02:00
parent 884a898442
commit 15197a831c
1 changed files with 9 additions and 0 deletions

View File

@ -298,4 +298,13 @@ body.rtl {
}
}
}
.public-layout {
.header {
.nav-button {
margin-left: 8px;
margin-right: 0;
}
}
}
}