Fix: Proton - MacOS page info icons cut off #780

This commit is contained in:
alstjr7375 2023-10-08 22:47:14 +09:00
parent 6122b32921
commit 82dbdf7641
3 changed files with 14 additions and 0 deletions

View file

@ -33,6 +33,10 @@
color: var(--in-content-button-text-color) !important; /* SelectedItemText */
background-color: var(--in-content-button-background-active) !important; /* #C1D2EE; */
}
@include OS($mac) {
height: auto !important;
}
}
#generalTab {
--viewgroup-image: url(chrome://global/skin/icons/page-portrait.svg);