mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 17:11:00 +02:00
@@ -46,8 +46,8 @@ img { background-color: var(--background-color); }
|
||||
input[type=range] { height: var(--line-xs) !important; appearance: none !important; margin-top: 0 !important; min-width: max(4em, 100%) !important; width: 100% !important; background: transparent !important; }
|
||||
input[type=range]::-webkit-slider-runnable-track { width: 100% !important; height: var(--line-xs) !important; cursor: pointer !important; background: var(--input-background-fill) !important; border: 0px solid var(--primary-900) !important; }
|
||||
input[type=range]::-moz-range-track { width: 100% !important; height: var(--line-xs) !important; cursor: pointer !important; background: var(--input-background-fill) !important; border: 0px solid var(--primary-900) !important; }
|
||||
input[type=range]::-webkit-slider-thumb { border: 0px solid var(--primary-950)0 !important; height: var(--line-sm) !important; width: var(--line-sm) !important; background: var(--highlight-color) !important; cursor: pointer !important; appearance: none !important; margin-top: -4px; border-radius: 4px; }
|
||||
input[type=range]::-moz-range-thumb { border: 0px solid var(--primary-950)0 !important; height: var(--line-sm) !important; width: var(--line-sm) !important; background: var(--highlight-color) !important; cursor: pointer !important; appearance: none !important; margin-top: -4px; border-radius: 4px; }
|
||||
input[type=range]::-webkit-slider-thumb { border: 0px solid var(--primary-950) !important; height: var(--line-sm) !important; width: var(--line-sm) !important; background: var(--highlight-color) !important; cursor: pointer !important; appearance: none !important; margin-top: -4px; border-radius: 4px; }
|
||||
input[type=range]::-moz-range-thumb { border: 0px solid var(--primary-950) !important; height: var(--line-sm) !important; width: var(--line-sm) !important; background: var(--highlight-color) !important; cursor: pointer !important; appearance: none !important; margin-top: -4px; border-radius: 4px; }
|
||||
|
||||
::-webkit-scrollbar { width: 12px; height: 12px; }
|
||||
::-webkit-scrollbar-track { background: var(--primary-800); }
|
||||
|
||||
@@ -553,7 +553,7 @@ svg.feather.feather-image,
|
||||
}
|
||||
|
||||
.output-html {
|
||||
line-height: 1.2 rem;
|
||||
line-height: 1.2rem;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
@@ -1016,7 +1016,7 @@ svg.feather.feather-image,
|
||||
|
||||
.loading {
|
||||
color: white;
|
||||
position: border-box;
|
||||
position: absolute;
|
||||
top: 85%;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
@@ -1028,7 +1028,7 @@ svg.feather.feather-image,
|
||||
border-radius: 50%;
|
||||
border-top: var(--spacing-md) solid var(--primary-600);
|
||||
animation: spin 2s linear infinite, pulse 1.5s ease-in-out infinite;
|
||||
position: border-box;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.loader::before,
|
||||
|
||||
@@ -43,12 +43,12 @@
|
||||
--button-secondary-background-fill-hover: var(--neutral-600);
|
||||
--block-title-text-color: var(--neutral-300);
|
||||
--radius-xxs: 0;
|
||||
--radius-xs: 1;
|
||||
--radius-xs: 1px;
|
||||
--radius-sm: 2px;
|
||||
--radius-md: 3;
|
||||
--radius-md: 3px;
|
||||
--radius-lg: 4px;
|
||||
--radius-xl: 5;
|
||||
--radius-xxl: 6;
|
||||
--radius-xl: 5px;
|
||||
--radius-xxl: 6px;
|
||||
--line-xs: 1.0em;
|
||||
--line-sm: 1.2em;
|
||||
--line-md: 1.4em;
|
||||
|
||||
@@ -2126,11 +2126,11 @@ div:has(>#tab-gallery-folders) {
|
||||
|
||||
.docs-card-h1 {
|
||||
font-weight: bold;
|
||||
font-size: 1.0;
|
||||
font-size: 1.0em;
|
||||
}
|
||||
|
||||
.docs-card-h2 {
|
||||
font-size: 1.0;
|
||||
font-size: 1.0em;
|
||||
max-height: 4em;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user