remove padding and appearance from titlebar-buttons

This should correctly fix #359
This commit is contained in:
MrOtherGuy
2024-04-17 19:16:12 +03:00
parent a6f4dae64c
commit 4fc5e43136

View File

@@ -5,8 +5,7 @@ See the above repository for updates as well as full license text. */
.titlebar-button{
list-style-image: none !important;
appearance: auto !important;
padding: 0 !important;
appearance: none !important;
}
.titlebar-button > .toolbarbutton-icon{
appearance: auto !important;