Move Experimental -> Advanced

This commit is contained in:
Marcus Kida 2026-02-10 00:09:06 +01:00
parent 94e7657e7f
commit 2f49848496
2 changed files with 6 additions and 6 deletions

View file

@ -21,8 +21,8 @@
<label class="net-label net-tgif"><input type="checkbox" id="net-tgif"> TGIF</label> <label class="net-label net-tgif"><input type="checkbox" id="net-tgif"> TGIF</label>
<label class="net-label net-other"><input type="checkbox" id="net-other"> Other</label> <label class="net-label net-other"><input type="checkbox" id="net-other"> Other</label>
</div> </div>
<details class="experimental"> <details class="advanced">
<summary>Experimental</summary> <summary>Advanced</summary>
<label class="hotspot-label"><input type="checkbox" id="show-hotspots"> Don't hide personal hotspots</label> <label class="hotspot-label"><input type="checkbox" id="show-hotspots"> Don't hide personal hotspots</label>
<label class="hotspot-label"><input type="checkbox" id="show-inactive"> Show inactive repeaters</label> <label class="hotspot-label"><input type="checkbox" id="show-inactive"> Show inactive repeaters</label>
</details> </details>

View file

@ -163,24 +163,24 @@ html, body {
cursor: pointer; cursor: pointer;
} }
.experimental { .advanced {
margin-top: 4px; margin-top: 4px;
font-size: 11px; font-size: 11px;
color: var(--text-fainter); color: var(--text-fainter);
} }
.experimental summary { .advanced summary {
cursor: pointer; cursor: pointer;
user-select: none; user-select: none;
font-size: 10px; font-size: 10px;
letter-spacing: 0.03em; letter-spacing: 0.03em;
} }
.experimental summary:hover { .advanced summary:hover {
color: var(--text-faint); color: var(--text-faint);
} }
.experimental[open] { .advanced[open] {
padding-bottom: 2px; padding-bottom: 2px;
} }