From f7cbd62d7e344ed2ba71c5ab149edd69c21fb65f Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 2 Jul 2024 00:45:15 +0200 Subject: layouts/index.html: Set up 95% height for main button This would avoid the "Watch" button from looking cropped on mobile devices. --- static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'static/css/styles.css') diff --git a/static/css/styles.css b/static/css/styles.css index 58d9675..310a72a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -7173,6 +7173,10 @@ textarea.form-control-lg { height: 100% !important; } +.h-95 { + height: 95% !important; +} + .h-auto { height: auto !important; } -- cgit v1.2.3