-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaned up the comments, made them slightly more readable
- Loading branch information
Showing
2 changed files
with
71 additions
and
61 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,56 @@ | ||
/* | ||
Preferences / Settings | ||
Use this file to set your preferences this will save them in one place for easier future updating | ||
========================================================================= | ||
*/ | ||
|
||
:root { | ||
--sidebar-width: 50px; | ||
--toolbar-height: -50px; | ||
--menubar-height: -74px; | ||
--sidebar-padding: calc(var(--sidebar-width) + 5px); | ||
--toolbar-start-end-padding: 5px !important; | ||
|
||
/* | ||
Uncomment this if you want a custom sidebar header color, | ||
this shouldn't be needed anymore but might be! | ||
*/ | ||
/* --custom-sidebar-bg: #000 !important; */ | ||
|
||
/* ====== Extension Settings ====== */ | ||
|
||
/* === Window Control / Client Side Display Settings === */ | ||
--csd-width: 100px; | ||
--csd-top: 6px; | ||
|
||
/* | ||
If you are putting this on the left or right side uncomment the side | ||
/* Window Control / Client Side Display Settings === | ||
If you are putting this on the left or right side uncomment the side | ||
preferences below and comment the other | ||
========================================================================= | ||
*/ | ||
--csd-width: 100px; | ||
--csd-top: 6px; | ||
|
||
/* | ||
Left Side | ||
Default: --csd-left: 50px; --csd-margin-left: 92px; | ||
*/ | ||
/* | ||
--csd-left: 50px; | ||
--csd-margin-left: 92px; | ||
*/ | ||
/* ====== */ | ||
/* | ||
CSD - Left Side === | ||
Default: --csd-left: 50px; --csd-margin-left: 92px; | ||
/* | ||
/* | ||
Right Side | ||
Defaults: --csd-right: 0px; --csd-margin-right: 95px; | ||
*/ | ||
--csd-left: 50px; | ||
--csd-margin-left: 92px; | ||
--csd-right: 0px; | ||
--csd-margin-right: 95px; | ||
/* END: CSD - Left Side ====== */ | ||
|
||
/* ====== */ | ||
/* | ||
CSD - Right Side === | ||
Defaults: --csd-right: 0px; --csd-margin-right: 95px; | ||
*/ | ||
|
||
--csd-right: 0px; | ||
--csd-margin-right: 95px; | ||
|
||
*/ | ||
/* END: CSD - Right Side ====== */ | ||
|
||
/* === END: Window Control / Client Side Display Settings === */ | ||
|
||
|
||
/* === Custom Sidebar Header Background (Legacy) === */ | ||
|
||
/* --custom-sidebar-bg: #000 !important; */ | ||
|
||
/* === END: Custom Sidebar Header Background (Legacy) === */ | ||
|
||
/* === END: Extension Settings === */ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters