Fixed web panel dragging

This commit is contained in:
Mauro Balades
2024-04-28 23:33:54 +02:00
parent 762c2ad727
commit cae0c8d116
9 changed files with 43 additions and 25 deletions

View File

@@ -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"/>

View File

@@ -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);
}

View File

@@ -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'),
])