From 6704ba495e12a76f8a92e27dbf8fa6c92db030bb Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sun, 2 Jan 2022 20:27:59 -0600 Subject: [PATCH] fix --- files/static/dist/main.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/files/static/dist/main.css b/files/static/dist/main.css index 030979535f..91b3c1fe2a 100644 --- a/files/static/dist/main.css +++ b/files/static/dist/main.css @@ -807,6 +807,12 @@ video { top: 0px; bottom: 0px; } +.top-2 { + top: 0.5rem; +} +.right-3 { + right: 0.75rem; +} .top-0 { top: 0px; } @@ -822,9 +828,6 @@ video { .right-4 { right: 1rem; } -.top-2 { - top: 0.5rem; -} .top-3 { top: 0.75rem; } @@ -840,9 +843,6 @@ video { .-top-1 { top: -0.25rem; } -.right-3 { - right: 0.75rem; -} .-right-2\.5 { right: -0.625rem; } @@ -1110,6 +1110,9 @@ video { .h-64 { height: 16rem; } +.h-32 { + height: 8rem; +} .h-24 { height: 6rem; }