forked from treehouse/mastodon
RTL: fix margins: public-layout.header.nav-button (#8823)
* RTL: fix margins: public-layout.header.nav-button * add empty line to meet style guidesrebase/4.0.0rc2
parent
ef69c655cc
commit
df2f4052b8
|
@ -294,4 +294,13 @@ body.rtl {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.public-layout {
|
||||
.header {
|
||||
.nav-button {
|
||||
margin-left: 8px;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue