diff --git a/pages/tournament-fullscreen.js b/pages/tournament-fullscreen.js index 97ab0e0..a1c1ade 100644 --- a/pages/tournament-fullscreen.js +++ b/pages/tournament-fullscreen.js @@ -59,7 +59,7 @@ function FilterDropdown(props) { function FullscreenPageHeader(props) { return ( - +
{props.title} {props.timerEnd &&
Spielzeit:
diff --git a/public/static/css/tournament.css b/public/static/css/tournament.css index bfe7847..f7172f1 100644 --- a/public/static/css/tournament.css +++ b/public/static/css/tournament.css @@ -28,6 +28,11 @@ } .timer-container { - min-width: 20%; /* Adjust the percentage as needed */ - text-align: right; /* Optional: Align text to the right */ + min-width: 20%; + text-align: right; +} + +.dropdown-container { + min-width: 20%; + text-align: left; }