From 44776a0e1b6f08d409a2f05f1e746940b048a48d Mon Sep 17 00:00:00 2001 From: Raz Date: Thu, 15 May 2025 13:08:08 +0200 Subject: [PATCH] fix broadcast stuff --- tournaments/static/tournaments/css/broadcast.css | 2 +- tournaments/static/tournaments/css/tournament_bracket.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tournaments/static/tournaments/css/broadcast.css b/tournaments/static/tournaments/css/broadcast.css index 19917b3..bd96916 100644 --- a/tournaments/static/tournaments/css/broadcast.css +++ b/tournaments/static/tournaments/css/broadcast.css @@ -140,7 +140,7 @@ body { .left-content.bubble-header.screen-size-overlay .left-margin h1.club, .left-content.bubble-header.screen-size-overlay .left-margin h1.event { display: -webkit-box; - -webkit-line-clamp: 2; + -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; diff --git a/tournaments/static/tournaments/css/tournament_bracket.css b/tournaments/static/tournaments/css/tournament_bracket.css index 6dad0d8..5bf6d13 100644 --- a/tournaments/static/tournaments/css/tournament_bracket.css +++ b/tournaments/static/tournaments/css/tournament_bracket.css @@ -310,7 +310,7 @@ } #screen-size-overlay { - font-size: clamp(0.6em, 0.8em, 1em) !important; + font-size: clamp(0.4em, 0.6em, 0.8em) !important; max-height: 120px; } } @@ -334,7 +334,7 @@ } #screen-size-overlay { - font-size: clamp(0.6em, 1em, 1.2em) !important; + font-size: clamp(0.6em, 0.8em, 1em) !important; } } @@ -358,6 +358,6 @@ } #screen-size-overlay { - font-size: clamp(1.2em, 1.5em, 1.8em) !important; + font-size: clamp(1.2em, 1.4em, 1.6em) !important; } }