mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-03-02 03:51:18 -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;
|
||||
}
|
||||
9
src/panel/_full_width_separator.scss
Normal file
9
src/panel/_full_width_separator.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/* Full width separators */
|
||||
:root {
|
||||
/* Original
|
||||
--panel-separator-margin-vertical: 4px;
|
||||
--panel-separator-margin-horizontal: 8px;
|
||||
--panel-separator-margin: var(--panel-separator-margin-vertical) var(--panel-separator-margin-horizontal);
|
||||
*/
|
||||
--panel-separator-margin-horizontal: 0 !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue