Frontend: roher Oldschool-Look, CSS auf 6 Zeilen
- Dark-Theme, Farbvariablen, Border-Radius, custom Form-Controls und Layout-Zentrierung entfernt -> natives Browser-Default-Rendering - nur noch: 1px-Rahmen um Beitraege (eckig), graue Nebentexte, rote Fehler, fett fuer gewaehlte Stimme - Textarea-Hoehe via rows-Attribut, <details> nativ (Danger-Klasse weg) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -39,7 +39,7 @@
|
||||
<!-- Neuer Beitrag -->
|
||||
<section id="compose" hidden>
|
||||
<form id="entry-form">
|
||||
<textarea name="content" maxlength="1000" placeholder="Was gibt's Neues?"></textarea>
|
||||
<textarea name="content" rows="4" maxlength="1000" placeholder="Was gibt's Neues?"></textarea>
|
||||
<input name="file" type="file" accept="image/*">
|
||||
<button type="submit">Posten</button>
|
||||
</form>
|
||||
@@ -49,7 +49,7 @@
|
||||
<!-- Konto -->
|
||||
<section id="account" hidden>
|
||||
<p id="account-info" class="muted"></p>
|
||||
<details class="danger">
|
||||
<details>
|
||||
<summary>Konto löschen</summary>
|
||||
<form id="delete-form">
|
||||
<p class="muted">Löscht dein Konto samt Beiträgen und Votes unwiderruflich.</p>
|
||||
|
||||
Reference in New Issue
Block a user