This commit is contained in:
Send_Nukez 2021-10-13 18:28:06 +02:00
parent 15110c873a
commit d00d92aa66
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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 {