mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2026-01-08 02:03:20 -08:00
9 lines
298 B
SCSS
9 lines
298 B
SCSS
/* 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;
|
|
}
|