mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Fix: Panel - Fix text cut off in some language #28
This commit is contained in:
parent
8ea7358624
commit
0b45e963ad
1 changed files with 5 additions and 0 deletions
|
|
@ -555,6 +555,11 @@
|
|||
:root[uidensity=compact] menupopup > menuitem, menupopup > menu {
|
||||
padding-block: 0.25em !important; /* Original: 0.5em */
|
||||
}
|
||||
|
||||
/** Panel - View ************************************************************/
|
||||
:root #appMenu-popup panelview {
|
||||
width: 25em !important; /* can modify panel width, Original: 22.5em */
|
||||
}
|
||||
|
||||
/** Panel - Icons ***********************************************************/
|
||||
/* Padding */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue