Rounded titlebar btns: fix paddings

This commit is contained in:
Rafael Mardojai CM 2019-10-04 09:00:32 -05:00
parent 16120de2fd
commit ea18e021bc
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@
width: 30px !important;
margin: 2px 5px !important;
}
:root[tabsintitlebar] #titlebar .titlebar-buttonbox-container {
padding: 6px 0 !important;
}