2022-02-24 00:59:37 +00:00
|
|
|
:root {
|
|
|
|
--sidebar-width: 50px;
|
|
|
|
--toolbar-height: -50px;
|
|
|
|
--menubar-height: -74px;
|
|
|
|
--sidebar-padding: calc(var(--sidebar-width) + 5px);
|
|
|
|
--toolbar-start-end-padding: 5px !important;
|
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/*
|
|
|
|
Uncomment this if you want a custom sidebar header color,
|
|
|
|
this shouldn't be needed anymore but might be!
|
|
|
|
*/
|
|
|
|
/* --custom-sidebar-bg: #000 !important; */
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-02-25 09:23:55 +00:00
|
|
|
/* ====== Extension Settings ====== */
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/* === Window Control / Client Side Display Settings === */
|
|
|
|
--csd-width: 100px;
|
|
|
|
--csd-top: 6px;
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/*
|
|
|
|
If you are putting this on the left or right side uncomment the side
|
|
|
|
preferences below and comment the other
|
|
|
|
*/
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/*
|
|
|
|
Left Side
|
|
|
|
Default: --csd-left: 50px; --csd-margin-left: 92px;
|
|
|
|
*/
|
|
|
|
/*
|
|
|
|
--csd-left: 50px;
|
|
|
|
--csd-margin-left: 92px;
|
|
|
|
*/
|
|
|
|
/* ====== */
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/*
|
|
|
|
Right Side
|
|
|
|
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
|
|
|
|
*/
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
--csd-right: 0px;
|
|
|
|
--csd-margin-right: 95px;
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/* ====== */
|
2022-02-24 00:59:37 +00:00
|
|
|
|
2022-03-16 02:16:47 +00:00
|
|
|
/* === END: Window Control / Client Side Display Settings === */
|
2022-02-24 00:59:37 +00:00
|
|
|
}
|