mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-02 16:08:41 +00:00
Fixed closing parent tab on glance (https://github.com/zen-browser/desktop/issues/2526)
This commit is contained in:
Submodule src/browser/base/content/zen-components updated: 3242919033...76f4f80a75
@@ -168,7 +168,7 @@
|
|||||||
|
|
||||||
#PanelUI-zen-workspaces panelmultiview panelview {
|
#PanelUI-zen-workspaces panelmultiview panelview {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 15px;
|
padding: 10px;
|
||||||
width: var(--panel-width);
|
width: var(--panel-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -323,7 +323,7 @@
|
|||||||
top: 50%;
|
top: 50%;
|
||||||
transform: translateY(-50%);
|
transform: translateY(-50%);
|
||||||
left: -2px;
|
left: -2px;
|
||||||
width: 3px;
|
width: 2px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-color: var(--toolbarbutton-icon-fill-attention);
|
background-color: var(--toolbarbutton-icon-fill-attention);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
@@ -340,9 +340,8 @@
|
|||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 4px;
|
height: 2px;
|
||||||
background-color: var(--toolbarbutton-icon-fill-attention);
|
background-color: var(--toolbarbutton-icon-fill-attention);
|
||||||
border-radius: 5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.zen-workspace-last-place-drop-target.dragover {
|
.zen-workspace-last-place-drop-target.dragover {
|
||||||
|
Reference in New Issue
Block a user