fix sideberry
This commit is contained in:
parent
a277ffae67
commit
f5678df064
2 changed files with 9 additions and 7 deletions
|
@ -194,9 +194,10 @@ in {
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
base = {
|
base = mkProfile {
|
||||||
id = 10;
|
id = 5;
|
||||||
name = "base";
|
name = "base";
|
||||||
|
settings = {};
|
||||||
};
|
};
|
||||||
|
|
||||||
schizo = mkProfile {
|
schizo = mkProfile {
|
||||||
|
|
|
@ -54,13 +54,13 @@ See the above repository for updates as well as full license text. */
|
||||||
direction: rtl;
|
direction: rtl;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-box > #sidebar {
|
#sidebar-box #sidebar {
|
||||||
transition: min-width 115ms linear !important;
|
transition: min-width 115ms linear !important;
|
||||||
min-width: var(--uc-sidebar-width) !important;
|
min-width: var(--uc-sidebar-width) !important;
|
||||||
will-change: min-width;
|
will-change: min-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-box:hover > #sidebar {
|
#sidebar-box:hover #sidebar {
|
||||||
min-width: var(--uc-sidebar-hover-width) !important;
|
min-width: var(--uc-sidebar-hover-width) !important;
|
||||||
transition: min-width 100ms linear var(--uc-autohide-sidebar-delay), box-shadow 500ms linear !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);
|
box-shadow: 0 0 4px rgba(10,10,10, .5);
|
||||||
|
@ -90,10 +90,11 @@ See the above repository for updates as well as full license text. */
|
||||||
margin-inline: 0px !important;
|
margin-inline: 0px !important;
|
||||||
border-left-style: solid !important;
|
border-left-style: solid !important;
|
||||||
}
|
}
|
||||||
#sidebar-splitter{
|
#sidebar-splitter {
|
||||||
width: 0px !important;
|
display: none;
|
||||||
|
/*width: 0px !important;
|
||||||
background-color: #f00 !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
|
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/autohide_bookmarks_toolbar.css made available under Mozilla Public License v. 2.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue