mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-20 10:28:24 +00:00
Fixed UI for history sidebar
This commit is contained in:
@@ -7,20 +7,15 @@
|
||||
}
|
||||
|
||||
#sidebar-box {
|
||||
--zen-sidebar-box-border-radius: var(--zen-appcontent-border-radius);
|
||||
margin: var(--zen-appcontent-separator-from-window) !important;
|
||||
--zen-sidebar-box-border-radius: var(--zen-browser-border-radius);
|
||||
margin: 10px !important;
|
||||
border-radius: var(--zen-sidebar-box-border-radius) !important;
|
||||
overflow: hidden;
|
||||
transition: .2s;
|
||||
margin-left: 0 !important;
|
||||
border: var(--zen-appcontent-border);
|
||||
}
|
||||
|
||||
#sidebar-box:not([positionend="true"]) {
|
||||
border-top-left-radius: 0px !important;
|
||||
border-bottom-left-radius: 0px !important;
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
border: var(--zen-appcontent-border);
|
||||
}
|
||||
|
||||
#sidebar-box[hidden="true"] {
|
||||
width: 0 !important;
|
||||
@@ -28,8 +23,6 @@
|
||||
}
|
||||
|
||||
#zen-main-app-wrapper:has(#sidebar-box:not([hidden="true"], [positionend="true"])) #TabsToolbar {
|
||||
border-top-right-radius: 0 !important;
|
||||
border-bottom-right-radius: 0 !important;
|
||||
margin-right: 0 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
@@ -39,7 +32,7 @@
|
||||
background: transparent !important;
|
||||
border-color: transparent !important;
|
||||
width: 1px !important;
|
||||
background-color: -moz-dialog !important;
|
||||
margin-right: 5px !important ;
|
||||
}
|
||||
|
||||
#sidebar-box[positionend] {
|
||||
|
||||
Reference in New Issue
Block a user