make css more generic

This commit is contained in:
Lukas Cremer
2026-05-13 23:30:53 +02:00
parent f3fa43d452
commit f4a1b4dca9
6 changed files with 129 additions and 195 deletions

View File

@@ -118,9 +118,10 @@
</div>
<div class="user-display">
<div class="user-name" id="userDisplayName"></div>
<button class="logout-button" onclick="logout()">
Abmelden
</button>
<div class="user-buttons">
<button class="logout-button" onclick="showClassPicker()">Klasse wechseln</button>
<button class="logout-button" onclick="logout()">Abmelden</button>
</div>
</div>
</div>
</div>