From b85704c0c3cec592410a72d962e27f3569717343 Mon Sep 17 00:00:00 2001 From: Juan Pablo Corredor Date: Tue, 19 May 2026 15:00:21 +0200 Subject: [PATCH] Changed modal box size --- app/resources/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/resources/css/style.css b/app/resources/css/style.css index e07050d..2f8c7dc 100644 --- a/app/resources/css/style.css +++ b/app/resources/css/style.css @@ -80,8 +80,8 @@ button:active { background: #1a1a1a; border-radius: 10px; padding: 0.5rem; - width: 90vw; - max-width: 900px; + width: 80vw; + height: 80vh; } .modal-close { @@ -105,14 +105,14 @@ button:active { #modal-video { width: 100%; - max-height: 75vh; + height: 100%; border-radius: 6px; display: none; } #modal-iframe { width: 100%; - height: 75vh; + height: 100%; border: none; border-radius: 6px; display: none;