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 {
|
||||
base = {
|
||||
id = 10;
|
||||
base = mkProfile {
|
||||
id = 5;
|
||||
name = "base";
|
||||
settings = {};
|
||||
};
|
||||
|
||||
schizo = mkProfile {
|
||||
|
|
|
@ -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);
|
||||
|
@ -90,10 +90,11 @@ See the above repository for updates as well as full license text. */
|
|||
margin-inline: 0px !important;
|
||||
border-left-style: solid !important;
|
||||
}
|
||||
#sidebar-splitter{
|
||||
width: 0px !important;
|
||||
#sidebar-splitter {
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue