Joker and Admin styling

This commit is contained in:
2026-02-05 13:49:09 +01:00
parent 3dbe9c56ad
commit c61c574071
2 changed files with 21 additions and 3 deletions

View File

@@ -13,11 +13,29 @@
z-index: 30;
}
#admin-player-table {
width: 100%;
border-collapse: collapse;
}
#admin-player-table th,
#admin-player-table td {
padding: 10px;
}
#admin-player-table tr {
border-bottom: 1px solid #e3d4bd;
}
#admin-player-table th {
text-align: left;
color: #7a6a53;
font-size: 12px;
letter-spacing: 0.3px;
}
.admin-panel {
position: fixed;
bottom: 70px;
right: 18px;
width: 320px;
width: 640px;
z-index: 40;
display: flex;
flex-direction: column;

View File

@@ -44,7 +44,7 @@ const translations = {
"suggest.title": "Suggest games (up to 5)",
"suggest.new": "Add new suggestion",
"suggest.addButton": "Suggest a game",
"suggest.jokerAddButton": "Use joker: suggest a game",
"suggest.jokerAddButton": "🃏 Joker: add another game",
"suggest.hint": "Only you can see your suggestions until voting starts.",
"form.gameName": "Game name *",
"form.genre": "Genre",
@@ -204,7 +204,7 @@ const translations = {
"suggest.title": "Schlage Spiele vor (bis zu 5)",
"suggest.new": "Neuen Vorschlag hinzufügen",
"suggest.addButton": "Spiel vorschlagen",
"suggest.jokerAddButton": "Joker nutzen: Spiel vorschlagen",
"suggest.jokerAddButton": "🃏 Joker: Weiteres Spiel hinzufügen",
"suggest.hint": "Nur du siehst deine Vorschläge bis zum Start der Abstimmung.",
"form.gameName": "Spielname *",
"form.genre": "Genre",