mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +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);
|
||||
elem.innerHTML = /* html */ `
|
||||
<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">
|
||||
${options.input}
|
||||
</label>
|
||||
|
|
|
|||
1
user.css
1
user.css
|
|
@ -935,7 +935,6 @@ li.GlueDropTarget {
|
|||
grid-area: description;
|
||||
height: min-content;
|
||||
color: var(--spice-subtext);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.dribbblish-config-item > .x-settings-secondColumn {
|
||||
|
|
|
|||
Loading…
Reference in a new issue