mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-05 15:51:04 +00:00
improve cbcd3ea
This commit is contained in:
parent
15110c873a
commit
d00d92aa66
2 changed files with 1 additions and 2 deletions
|
|
@ -109,7 +109,7 @@ class ConfigMenu {
|
||||||
if (options.childOf) elem.setAttribute("parent", options.childOf);
|
if (options.childOf) elem.setAttribute("parent", options.childOf);
|
||||||
elem.innerHTML = /* html */ `
|
elem.innerHTML = /* html */ `
|
||||||
<h2 class="x-settings-title main-type-cello${!options.description ? " no-desc" : ""}" as="h2">${options.name}</h2>
|
<h2 class="x-settings-title main-type-cello${!options.description ? " no-desc" : ""}" as="h2">${options.name}</h2>
|
||||||
<label class="main-type-mesto" as="label" for="dribbblish-config-input-${options.key}">${options.description}</label>
|
<label class="main-type-mesto">${options.description}</label>
|
||||||
<label class="x-toggle-wrapper x-settings-secondColumn">
|
<label class="x-toggle-wrapper x-settings-secondColumn">
|
||||||
${options.input}
|
${options.input}
|
||||||
</label>
|
</label>
|
||||||
|
|
|
||||||
1
user.css
1
user.css
|
|
@ -935,7 +935,6 @@ li.GlueDropTarget {
|
||||||
grid-area: description;
|
grid-area: description;
|
||||||
height: min-content;
|
height: min-content;
|
||||||
color: var(--spice-subtext);
|
color: var(--spice-subtext);
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.dribbblish-config-item > .x-settings-secondColumn {
|
.dribbblish-config-item > .x-settings-secondColumn {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue