diff --git a/wwwroot/css/admin.css b/wwwroot/css/admin.css index f4b3991..6104cb8 100644 --- a/wwwroot/css/admin.css +++ b/wwwroot/css/admin.css @@ -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; diff --git a/wwwroot/js/i18n.js b/wwwroot/js/i18n.js index a65945e..fdc9364 100644 --- a/wwwroot/js/i18n.js +++ b/wwwroot/js/i18n.js @@ -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",