diff --git a/dashboard-ui/css/site.css b/dashboard-ui/css/site.css index 6f8140c2f..96588049e 100644 --- a/dashboard-ui/css/site.css +++ b/dashboard-ui/css/site.css @@ -976,7 +976,8 @@ input[type="range"]::-ms-fill-upper { .installedPluginTitle { max-width: 110px; } - .itemVideo { + + .itemVideo:not(.fullscreenVideo) { width: 320px; } } @@ -985,7 +986,8 @@ input[type="range"]::-ms-fill-upper { .installedPluginTitle { max-width: 110px; } - .itemVideo { + + .itemVideo:not(.fullscreenVideo) { width: 400px; } } @@ -996,4 +998,4 @@ input[type="range"]::-ms-fill-upper { #editItemMetadataPage #providerSettingsContainer .ui-slider-switch { width: 8em; -} \ No newline at end of file +}