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:
abaevbog 2024-10-23 13:03:55 -07:00 committed by GitHub
parent bba016ecb8
commit 19977c69c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {