From 2670f8d61a195deb16a3fbfcfd8195768cb77890 Mon Sep 17 00:00:00 2001 From: Tris Date: Wed, 7 Oct 2020 10:23:24 +1100 Subject: [PATCH] Constrained video size --- interface/static/interface/css/polyphonic.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/interface/static/interface/css/polyphonic.css b/interface/static/interface/css/polyphonic.css index 36951f3..e2995c9 100644 --- a/interface/static/interface/css/polyphonic.css +++ b/interface/static/interface/css/polyphonic.css @@ -206,6 +206,9 @@ INPUT[type=checkbox] { border-radius: 5px; } +.text-center { + text-align: center; +} A, A:visited { text-decoration: none; @@ -238,6 +241,10 @@ TABLE.horizontal TH { .resource-player { width: 100%; border-radius: 10px; + max-width: 640px; + max-height: 640px; + margin: 5px; + border: 1px solid var(--border-color); } .dz-clickable {