mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-24 07:21:34 +00:00
Fixed UI for unified extensions dialog
This commit is contained in:
@@ -1006,11 +1006,6 @@ menuitem[id="placesContext_new:separator"] {
|
||||
.unified-extensions-context-menu-move-widget-up {
|
||||
--menu-image: url("arrow-up.svg");
|
||||
}
|
||||
.unified-extensions-item .webextension-browser-action.subviewbutton > .toolbarbutton-badge-stack > .toolbarbutton-icon
|
||||
{
|
||||
height: 24px !important;
|
||||
width: 24px !important;
|
||||
}
|
||||
|
||||
:not(:not(menubar)>menu, #ContentSelectDropdown)>menupopup>menuitem:not(.menuitem-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menuitem, .unified-nav-current),
|
||||
:not(:not(menubar)>menu, #ContentSelectDropdown)>menupopup>menu:not(.menu-iconic, [type="checkbox"], [type="radio"], .in-menulist, .in-menulist menu, .unified-nav-current),
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
|
||||
#PanelUI-zen-profiles {
|
||||
--menu-panel-width: 20em;
|
||||
--menu-panel-width: 19em;
|
||||
position: relative;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
#PanelUI-zen-profiles-header {
|
||||
@@ -35,8 +36,9 @@
|
||||
}
|
||||
|
||||
#PanelUI-zen-profiles-list .PanelUI-zen-profiles-item {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 2px;
|
||||
border-radius: 5px;
|
||||
margin: 2px 5px;
|
||||
}
|
||||
|
||||
#PanelUI-zen-profiles-list > toolbarseparator:first-child {
|
||||
|
||||
Reference in New Issue
Block a user