mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-26 16:31:30 +00:00
Small fixed for new split view groups
This commit is contained in:
@@ -221,15 +221,6 @@
|
||||
background-color: var(--zen-colors-secondary);
|
||||
align-items: center;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.zen-view-splitter-drag-handle {
|
||||
flex-grow: 1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
@@ -245,6 +236,7 @@
|
||||
height: 24px;
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
margin-left: auto;
|
||||
outline: var(--toolbarbutton-outline);
|
||||
list-style-image: url('chrome://global/skin/icons/close-fill.svg') !important;
|
||||
&:hover {
|
||||
|
||||
@@ -872,9 +872,6 @@ class ZenViewSplitter extends ZenDOMOperatedFeature {
|
||||
_createHeader(container) {
|
||||
const header = document.createElement('div');
|
||||
header.classList.add('zen-view-splitter-header');
|
||||
const dragHandle = document.createElement('div');
|
||||
dragHandle.classList.add('zen-view-splitter-drag-handle');
|
||||
header.appendChild(dragHandle);
|
||||
const removeButton = document.createXULElement('toolbarbutton');
|
||||
removeButton.classList.add('zen-tab-unsplit-button');
|
||||
removeButton.addEventListener('click', () => {
|
||||
|
||||
Reference in New Issue
Block a user