mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 17:36:34 +00:00
Fixed web panel dragging
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
|
||||
<toolbarseparator id="zen-customization-uidensity-separator"/>
|
||||
<html:input type="range" id="customization-zen-browser-space" min="0" max="16" step="4"></html:input>
|
||||
<label data-l10n-id="customization-zen-browser-space" for="customization-zen-browser-space"/>
|
||||
<toolbarseparator hidden="true" id="zen-customization-uidensity-separator"/>
|
||||
<html:input hidden="true" type="range" id="customization-zen-browser-space" min="0" max="16" step="4"></html:input>
|
||||
<label hidden="true" data-l10n-id="customization-zen-browser-space" for="customization-zen-browser-space"/>
|
||||
|
@@ -16,7 +16,7 @@ body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
background: var(--zen-main-browser-background) !important;
|
||||
/*background: var(--zen-main-browser-background) !important;*/
|
||||
transition: .1s;
|
||||
-moz-transform: scale(1.1); /* zoom */
|
||||
}
|
||||
@@ -188,5 +188,5 @@ input[type='checkbox'] {
|
||||
}
|
||||
|
||||
.dot.active {
|
||||
background: var(--in-content-primary-button-background-hover);
|
||||
background: light-dark(#000, #fff);
|
||||
}
|
@@ -296,8 +296,8 @@ class Pages {
|
||||
|
||||
const pages = new Pages([
|
||||
new Page('welcome'),
|
||||
new Import('import'),
|
||||
new Themes('theme'),
|
||||
new Import('import'),
|
||||
new Search('search'),
|
||||
new Thanks('thanks'),
|
||||
])
|
||||
|
Reference in New Issue
Block a user