diff --git a/themes/default/public/css/lufi.css b/themes/default/public/css/lufi.css index af03acc..48dab57 100644 --- a/themes/default/public/css/lufi.css +++ b/themes/default/public/css/lufi.css @@ -1054,10 +1054,13 @@ dialog .actions { } .download-card img { - max-width: 200px; - max-height: 100%; - margin-left: auto; - margin-right: auto; + max-width: 30rem; + max-height: 50rem; +} + +.download-card video { + max-width: 30rem; + max-height: 50rem; } .download-card .progress-container {