update rounded corners to the side bar

also includes:
* Fix various issues with bookmarks bar
* Removes the double separators from the context menu
* Updates the styling of the tab container indicator
This commit is contained in:
bmFtZQ 2023-11-23 15:58:49 +08:00
parent c7ec9aa13a
commit f793e2f83d
5 changed files with 98 additions and 23 deletions

View file

@ -265,13 +265,15 @@
padding: 0 12px !important;
}
.tabbrowser-tab[usercontextid]>.tab-stack>.tab-background>.tab-context-line {
height: 8px !important;
clip-path: inset(0 0 6px) !important;
border-radius: var(--tab-border-radius) !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
margin: 0 !important;
/* Tab container indicator */
.tabbrowser-tab[usercontextid] .tab-background .tab-context-line {
height: 2px !important;
border-radius: 2px !important;
margin: 2px 7px 0 !important;
}
.tabbrowser-tab[selected][usercontextid] .tab-background .tab-context-line {
margin-inline: 9px !important;
}
.titlebar-spacer[type="post-tabs"] {