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-other"><input type="checkbox" id="net-other"> Other</label>
</div>
<details class="experimental">
<summary>Experimental</summary>
<details class="advanced">
<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-inactive"> Show inactive repeaters</label>
</details>

View file

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