mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-31 22:40:55 -08:00
Add: Option - userChrome.padding.panel_header #222
This commit is contained in:
parent
1d82acc95b
commit
963dd2c84f
5 changed files with 23 additions and 0 deletions
|
|
@ -81,6 +81,9 @@
|
|||
@include Option("userChrome.padding.panel") {
|
||||
@import "panel";
|
||||
}
|
||||
@include Option("userChrome.padding.panel_header") {
|
||||
@import "panel_header";
|
||||
}
|
||||
|
||||
/*= Popup Panel - Reduce padding =============================================*/
|
||||
@include Option("userChrome.padding.popup_panel") {
|
||||
|
|
|
|||
4
src/padding/_panel_header.scss
Normal file
4
src/padding/_panel_header.scss
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.panel-header{
|
||||
padding: unset !important;
|
||||
padding-top: 4px !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue