change things around

This commit is contained in:
CaptaiNiveau 2023-10-13 20:34:30 +02:00
parent d99c43774b
commit bc95753de3
3 changed files with 18 additions and 15 deletions

View file

@ -10,6 +10,7 @@ appearance: none !important;
}
#nav-bar {
padding-left: 0px !important;
padding-top: 2px !important;
}

View file

@ -6,16 +6,16 @@
:root {
--sidebar-width: 50px;
--toolbar-height: -50px;
--menubar-height: -74px;
--toolbar-height: 0px;
--menubar-height: 0px;
--sidebar-padding: calc(var(--sidebar-width) + 5px);
--toolbar-start-end-padding: 5px !important;
--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: #000; /* Default: Field (Disabled) */
--custom-sidebar-header-bg: #999; /* Default: Field (Disabled) */
/* ====== Extension Settings ====== */
@ -32,18 +32,16 @@
Default: --csd-left: 50px; --csd-margin-left: 92px;
*/
/*
--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: 36px;
--csd-margin-right: 130px;
--csd-right: 0px;
--csd-margin-right: 0px;
/* === END: Window Control / Client Side Display Settings === */

View file

@ -26,22 +26,26 @@
*/
/* 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 */
/* @import url("./extensions/bookmark_arrow.css"); */
@import url("./extensions/bookmark_arrow.css"); */
/* Superbox Removal :: heavily customize superbox (flat look, colors, smaller entries,...) */
@import url("./extensions/superbox_removal.css");
/* 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 */
/* @import url("./extensions/fix_hidden_bookmarks.css"); */
@import url("./extensions/fix_hidden_bookmarks.css"); */
/* hide sidebar switcher */
/* @import url("./extensions/hide_sidebar_switcher.css"); */
@import url("./extensions/hide_sidebar_switcher.css"); */
/* END EXTENSIONS ========================================================== */