diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-07-02 00:45:15 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-07-02 00:46:05 +0200 |
| commit | f7cbd62d7e344ed2ba71c5ab149edd69c21fb65f (patch) | |
| tree | 076ce7d9ea9ee43706bc87c3d442b7ea3ec64f63 /static/css | |
| parent | 07c31b41ddf9bc97ab6ab88e1b9364cd51cfb594 (diff) | |
| download | graysx-kovok-f7cbd62d7e344ed2ba71c5ab149edd69c21fb65f.tar.gz | |
layouts/index.html: Set up 95% height for main button
This would avoid the "Watch" button from looking cropped on mobile
devices.
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |
