From 373fa15440d34d515d227ff4663e5790cf1789be Mon Sep 17 00:00:00 2001 From: IgorA100 Date: Sun, 3 Mar 2024 17:21:30 +0300 Subject: [PATCH] Fix: rem style Not required, because now using Bootstrap --- web/skins/classic/css/base/views/event.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/skins/classic/css/base/views/event.css b/web/skins/classic/css/base/views/event.css index d45c8c90b..d9b7c8195 100644 --- a/web/skins/classic/css/base/views/event.css +++ b/web/skins/classic/css/base/views/event.css @@ -104,10 +104,10 @@ height: 100%; #eventStatsTable { } #eventVideo { - width: 100%; /* flex will make it fill the available space */ + /* width: 100%; *//* flex will make it fill the available space */ } .eventStats { - margin-right: 5px; + /* margin-right: 5px; */ } #videoFeed {