This commit is contained in:
Vince 2021-10-11 10:58:02 +08:00
parent d59f6889b5
commit e8d856e838
3 changed files with 35 additions and 7 deletions

View file

@ -11,7 +11,7 @@ menupopup {
border-radius: 10px !important;
padding: 6px 0 !important;
color: var(--gnome-toolbar-color) !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
}
#PlacesToolbar menupopup {
@ -75,12 +75,12 @@ panel[type="arrow"] {
.panel-subview-body, #widget-overflow-mainView, #protections-popup-footer,
panelview {
border: none !important;
background: transparent !important;
background: none !important;
}
panelview {
padding: 8px !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
border-radius: 12px !important;
}
@ -91,9 +91,21 @@ panelview {
color: var(--gnome-toolbar-color) !important;
}
#BMB_bookmarksPopup {
margin-top: 4px !important;
padding: 0 !important;
box-shadow: none !important;
--panel-padding: 0 !important;
}
#BMB_bookmarksPopup menupopup {
padding: 6px !important;
}
panel:not([remote]), #BMB_bookmarksPopup {
--arrowpanel-background: var(--gnome-popover-background) !important;
}
.PanelUI-subView toolbarseparator:not([orient="vertical"]) {
margin: 10px 2px !important;
}

View file

@ -22,7 +22,11 @@ tab > stack {
height: 32px !important;
}
.titlebar-spacer[type="pre-tabs"], .titlebar-spacer[type="post-tabs"] {
:root:not([sizemode="normal"]) .titlebar-spacer[type="pre-tabs"], :root[gtktiledwindow="true"] .titlebar-spacer[type="pre-tabs"] { /* reset */
display: flex !important;
}
#TabsToolbar .titlebar-spacer {
width: 8px !important;
}

View file

@ -11,7 +11,7 @@ menupopup {
border-radius: 10px !important;
padding: 6px 0 !important;
color: var(--gnome-toolbar-color) !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
}
#PlacesToolbar menupopup {
@ -75,12 +75,12 @@ panel[type="arrow"] {
.panel-subview-body, #widget-overflow-mainView, #protections-popup-footer,
panelview {
border: none !important;
background: transparent !important;
background: none !important;
}
panelview {
padding: 8px !important;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06) !important;
border-radius: 12px !important;
}
@ -91,9 +91,21 @@ panelview {
color: var(--gnome-toolbar-color) !important;
}
#BMB_bookmarksPopup {
margin-top: 4px !important;
padding: 0 !important;
box-shadow: none !important;
--panel-padding: 0 !important;
}
#BMB_bookmarksPopup menupopup {
padding: 6px !important;
}
panel:not([remote]), #BMB_bookmarksPopup {
--arrowpanel-background: var(--gnome-popover-background) !important;
}
.PanelUI-subView toolbarseparator:not([orient="vertical"]) {
margin: 10px 2px !important;
}