mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-26 06:21:41 -08:00
Fix: Proton - MacOS page info icons cut off #780
This commit is contained in:
parent
6122b32921
commit
82dbdf7641
3 changed files with 14 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue