mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2024-11-09 19:30:15 +00:00
23 lines
No EOL
865 B
CSS
23 lines
No EOL
865 B
CSS
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/compact_extensions_panel.css made available under Mozilla Public License v. 2.0
|
|
See the above repository for updates as well as full license text. */
|
|
|
|
/* This style hides some information from the extensions-button panel, but makes it appear more compact. Might be useful for someone having lot of extensions */
|
|
|
|
#unified-extensions-view{
|
|
--uei-icon-size: 16px;
|
|
}
|
|
.unified-extensions-item-menu-button.subviewbutton{
|
|
padding: 2px !important;
|
|
}
|
|
.unified-extensions-item-message-deck{
|
|
display: none
|
|
}
|
|
#unified-extensions-view > vbox > vbox > .unified-extensions-item{
|
|
padding-block: 0px !important;
|
|
}
|
|
.unified-extensions-item-menu-button{
|
|
margin-inline-end: 0 !important;
|
|
}
|
|
.unified-extensions-list .unified-extensions-item-menu-button{
|
|
margin-inline-end: 8px !important;
|
|
} |