forked from wizrdsh/FirefoxSidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprefs.css
50 lines (39 loc) · 1.46 KB
/
prefs.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
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: 0px;
--menubar-height: 0px;
--sidebar-padding: calc(var(--sidebar-width) + 5px);
--toolbar-start-end-padding: 10px !important;
/* Custom Sidebar/Header Backround ::
This sets the background for the other sidebar options (bookmarks, history, in case it is transparent from a theme that is not set up properly
*/
/* --custom-sidebar-bg: Field; /* Default: Field (Disabled) */
--custom-sidebar-header-bg: #999; /* Default: Field (Disabled) */
/* ====== Extension Settings ====== */
/* 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: 8px;
/*
CSD - Left Side ===
Default: --csd-left: 50px; --csd-margin-left: 92px;
*/
--csd-left: 10px;
--csd-margin-left: 50px;
/*
CSD - Right Side ===
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
*/
--csd-right: 0px;
--csd-margin-right: 0px;
/* === END: Window Control / Client Side Display Settings === */
/* === END: Extension Settings === */
}