Don't set padding to .titlebar-button elements

This fixes odd menubar titlebar button sizing on linux
This commit is contained in:
MrOtherGuy 2022-03-25 09:55:14 +02:00
parent 5f30eee1a3
commit 809d3e0eb9

View file

@ -38,6 +38,4 @@ See the above repository for updates as well as full license text. */
min-width: var(--uc-window-drag-space-post,20px);
}
#toolbar-menubar .titlebar-button{ padding: 2px 17px !important; }
#toolbar-menubar .toolbarbutton-1 { --toolbarbutton-inner-padding: 3px }