tweak settings data directory stylesheet (#4781)
- no margin-top on Windows
- explicitly hide background and border, since
they remain on Windows otherwise
follow-up to 28f3a29f35
This commit is contained in:
parent
bba016ecb8
commit
19977c69c4
1 changed files with 5 additions and 1 deletions
|
@ -53,8 +53,12 @@
|
|||
#default-data-dir {
|
||||
padding-inline-start: 0;
|
||||
margin-inline-start: 0;
|
||||
margin-top: 2px;
|
||||
flex-grow: 1;
|
||||
background: none;
|
||||
border: none;
|
||||
@media (-moz-platform: macos) {
|
||||
margin-top: 2px;
|
||||
}
|
||||
}
|
||||
|
||||
.preferences-button-group {
|
||||
|
|
Loading…
Add table
Reference in a new issue