fix sideberry

This commit is contained in:
outfoxxed 2025-07-04 22:33:24 -07:00
parent a277ffae67
commit f5678df064
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
2 changed files with 9 additions and 7 deletions

View file

@ -194,9 +194,10 @@ in {
'';
};
in {
base = {
id = 10;
base = mkProfile {
id = 5;
name = "base";
settings = {};
};
schizo = mkProfile {

View file

@ -54,13 +54,13 @@ See the above repository for updates as well as full license text. */
direction: rtl;
}
#sidebar-box > #sidebar {
#sidebar-box #sidebar {
transition: min-width 115ms linear !important;
min-width: var(--uc-sidebar-width) !important;
will-change: min-width;
}
#sidebar-box:hover > #sidebar {
#sidebar-box:hover #sidebar {
min-width: var(--uc-sidebar-hover-width) !important;
transition: min-width 100ms linear var(--uc-autohide-sidebar-delay), box-shadow 500ms linear !important;
box-shadow: 0 0 4px rgba(10,10,10, .5);
@ -91,9 +91,10 @@ See the above repository for updates as well as full license text. */
border-left-style: solid !important;
}
#sidebar-splitter {
width: 0px !important;
display: none;
/*width: 0px !important;
background-color: #f00 !important;
border: none !important;
border: none !important;*/
}
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/autohide_bookmarks_toolbar.css made available under Mozilla Public License v. 2.0