mirror of
https://github.com/CaptaiNiveau/FirefoxSidebar.git
synced 2024-11-21 22:32:49 +00:00
change things around
This commit is contained in:
parent
d99c43774b
commit
bc95753de3
3 changed files with 18 additions and 15 deletions
|
@ -10,6 +10,7 @@ appearance: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#nav-bar {
|
#nav-bar {
|
||||||
|
padding-left: 0px !important;
|
||||||
padding-top: 2px !important;
|
padding-top: 2px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
18
prefs.css
18
prefs.css
|
@ -6,16 +6,16 @@
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--sidebar-width: 50px;
|
--sidebar-width: 50px;
|
||||||
--toolbar-height: -50px;
|
--toolbar-height: 0px;
|
||||||
--menubar-height: -74px;
|
--menubar-height: 0px;
|
||||||
--sidebar-padding: calc(var(--sidebar-width) + 5px);
|
--sidebar-padding: calc(var(--sidebar-width) + 5px);
|
||||||
--toolbar-start-end-padding: 5px !important;
|
--toolbar-start-end-padding: 10px !important;
|
||||||
|
|
||||||
/* Custom Sidebar/Header Backround ::
|
/* 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
|
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-bg: Field; /* Default: Field (Disabled) */
|
||||||
--custom-sidebar-header-bg: #000; /* Default: Field (Disabled) */
|
--custom-sidebar-header-bg: #999; /* Default: Field (Disabled) */
|
||||||
|
|
||||||
/* ====== Extension Settings ====== */
|
/* ====== Extension Settings ====== */
|
||||||
|
|
||||||
|
@ -32,18 +32,16 @@
|
||||||
Default: --csd-left: 50px; --csd-margin-left: 92px;
|
Default: --csd-left: 50px; --csd-margin-left: 92px;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
--csd-left: 10px;
|
||||||
--csd-left: 50px;
|
--csd-margin-left: 50px;
|
||||||
--csd-margin-left: 92px;
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
CSD - Right Side ===
|
CSD - Right Side ===
|
||||||
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
|
Defaults: --csd-right: 0px; --csd-margin-right: 95px;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
--csd-right: 36px;
|
--csd-right: 0px;
|
||||||
--csd-margin-right: 130px;
|
--csd-margin-right: 0px;
|
||||||
|
|
||||||
/* === END: Window Control / Client Side Display Settings === */
|
/* === END: Window Control / Client Side Display Settings === */
|
||||||
|
|
||||||
|
|
|
@ -26,22 +26,26 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* CSD / Window Controls */
|
/* CSD / Window Controls */
|
||||||
@import url("./extensions/window_controls.css");
|
/* @import url("./extensions/window_controls.css"); */
|
||||||
|
|
||||||
|
#nav-bar {
|
||||||
|
padding-left: 0px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
|
/* Bookmark Arrows :: add a little arrow next to folders in bookmarks toolbar */
|
||||||
/* @import url("./extensions/bookmark_arrow.css"); */
|
@import url("./extensions/bookmark_arrow.css"); */
|
||||||
|
|
||||||
/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
|
/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
|
||||||
@import url("./extensions/superbox_removal.css");
|
@import url("./extensions/superbox_removal.css");
|
||||||
|
|
||||||
/* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */
|
/* Avatar Size :: change the avatar size for the Firefox Account to what makes sense */
|
||||||
/* @import url("./extensions/avatar_size.css"); */
|
@import url("./extensions/avatar_size.css"); */
|
||||||
|
|
||||||
/* fix sidebar switcher if bookmarks toolbar is hidden */
|
/* fix sidebar switcher if bookmarks toolbar is hidden */
|
||||||
/* @import url("./extensions/fix_hidden_bookmarks.css"); */
|
@import url("./extensions/fix_hidden_bookmarks.css"); */
|
||||||
|
|
||||||
/* hide sidebar switcher */
|
/* hide sidebar switcher */
|
||||||
/* @import url("./extensions/hide_sidebar_switcher.css"); */
|
@import url("./extensions/hide_sidebar_switcher.css"); */
|
||||||
|
|
||||||
/* END EXTENSIONS ========================================================== */
|
/* END EXTENSIONS ========================================================== */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue