feat: Anpassung der Schriftgröße in Eingabefeldern und Versionsnummer auf 1.0.75 erhöht
This commit is contained in:
@@ -99,7 +99,7 @@ body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSys
|
|||||||
.field{margin-bottom:.85rem}
|
.field{margin-bottom:.85rem}
|
||||||
.field:last-child{margin-bottom:0}
|
.field:last-child{margin-bottom:0}
|
||||||
.field label{display:block;font-size:.76rem;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}
|
.field label{display:block;font-size:.76rem;font-weight:600;color:var(--sub);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}
|
||||||
.field input,.field select,.field textarea{width:100%;padding:.48rem .7rem;background:var(--bg2);border:1px solid var(--brd);border-radius:.45rem;color:var(--txt);font-size:.87rem;transition:border-color .15s}
|
.field input,.field select,.field textarea{width:100%;padding:.48rem .7rem;background:var(--bg2);border:1px solid var(--brd);border-radius:.45rem;color:var(--txt);font-size:max(.87rem,16px);transition:border-color .15s}
|
||||||
.field input:focus,.field select,.field textarea:focus{outline:none;border-color:var(--acc)}
|
.field input:focus,.field select,.field textarea:focus{outline:none;border-color:var(--acc)}
|
||||||
.field textarea{resize:vertical;font-family:ui-monospace,monospace}
|
.field textarea{resize:vertical;font-family:ui-monospace,monospace}
|
||||||
.tog{display:flex;align-items:center;gap:.55rem;margin-bottom:.7rem;cursor:pointer;user-select:none;font-size:.87rem;color:var(--txt)}
|
.tog{display:flex;align-items:center;gap:.55rem;margin-bottom:.7rem;cursor:pointer;user-select:none;font-size:.87rem;color:var(--txt)}
|
||||||
@@ -649,7 +649,7 @@ body{background:var(--bg);color:var(--txt);font-family:-apple-system,BlinkMacSys
|
|||||||
</div>
|
</div>
|
||||||
<div class="field">
|
<div class="field">
|
||||||
<label>WireGuard Konfiguration (.conf)</label>
|
<label>WireGuard Konfiguration (.conf)</label>
|
||||||
<textarea id="wg-config" rows="9" placeholder="[Interface] PrivateKey = ... Address = 10.x.x.x/32 DNS = ... [Peer] PublicKey = ... Endpoint = mein-nas.dyndns.org:51820 AllowedIPs = 192.168.1.0/24" style="font-family:ui-monospace,monospace;font-size:.77rem;line-height:1.6"></textarea>
|
<textarea id="wg-config" rows="9" placeholder="[Interface] PrivateKey = ... Address = 10.x.x.x/32 DNS = ... [Peer] PublicKey = ... Endpoint = mein-nas.dyndns.org:51820 AllowedIPs = 192.168.1.0/24" style="font-family:ui-monospace,monospace;font-size:max(.77rem,16px);line-height:1.6"></textarea>
|
||||||
</div>
|
</div>
|
||||||
<label class="tog"><input type="checkbox" id="wg-auto"><span>Beim Start automatisch verbinden</span></label>
|
<label class="tog"><input type="checkbox" id="wg-auto"><span>Beim Start automatisch verbinden</span></label>
|
||||||
<div class="btn-row">
|
<div class="btn-row">
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
1.0.74
|
1.0.75
|
||||||
Reference in New Issue
Block a user