From 95b0f017affe8c047293c1babde8d9cbee8eafed Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Fri, 17 Jun 2022 15:13:17 -0400 Subject: [PATCH] Fix sizes of download and zones buttons. Set videoFeed img tag to 100% --- web/skins/classic/css/base/views/event.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/web/skins/classic/css/base/views/event.css b/web/skins/classic/css/base/views/event.css index da59db6aa..851638632 100644 --- a/web/skins/classic/css/base/views/event.css +++ b/web/skins/classic/css/base/views/event.css @@ -178,6 +178,10 @@ height: 100%; height: 300px; } +#videoFeed img { + width: 100%; +} + #eventThumbs img { height: 25px; /* HACK - Although this is pixels it will be interpreted as a scale %ge, so 25px = 25% scaling for thumbnails */ margin: 2px; @@ -277,3 +281,10 @@ svg.zones { width: 100%; height: 100%; } +#downloadBtn { + line-height: 1; + font-size: 18px; +} +#toggleZonesButton span.material-icons { + font-size: 18px; +}