Fix: Panel - Prevent empty icon space

This commit is contained in:
alstjr7375 2022-03-15 09:22:29 +09:00
parent 0c1de6a415
commit be4d88af24

View file

@ -4069,6 +4069,9 @@ tab[visuallyselected] > stack::after {
--arrowpanel-menublank-padding: calc(var(--arrowpanel-menuicon-padding) * 2 + 8px) !important;
--arrowpanel-menuimageblank-padding: calc(var(--arrowpanel-menuitem-padding) - 2px) !important;
}
.subviewbutton > .toolbarbutton-icon {
width: 16px;
}
#downloadsHistory .button-text,
.subviewbutton > .toolbarbutton-text {