Fixing an embarrassing amount of errors after having to use it for the first time

This commit is contained in:
Gib
2024-08-12 03:28:17 -05:00
parent aff93e0e03
commit 2eedecc9cd
47 changed files with 38 additions and 95 deletions

View File

@ -1,6 +1,6 @@
/* Make Sidebery look good */
#sidebar{
--uc-sidebar-width: 150px;
--uc-sidebar-width: 120px;
min-width: var(--uc-sidebar-width) !important;
width: var(--uc-sidebar-width) !important;
max-width: var(--uc-sidebar-width) !important;

View File

@ -19,4 +19,3 @@
/* Import custom stylesheet instead of modifying Edge-Frfox theme files. */
@import url("custom.css");

View File

@ -2,3 +2,4 @@
@import url("content/common.css");
@import url("content/newtab.css");
@import url("tweaks/sidebery.css") (-moz-bool-pref: "uc.tweak.theme.sidebery");
@import url("tweaks/shrink-sideberry.css")