From 8245832be8470f20091eb71946fdeff3cab79aa7 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 4 Jun 2025 18:44:10 +0400 Subject: feat: file page --- public/static/style.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index e0ae3e0..f22bac2 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -136,6 +136,13 @@ button[type=submit]:hover { background: var(--box-content-background-2); } +/** FILES */ +.file-preview img, +.file-preview video { + width: 100%; + max-height: 100%; +} + /** SHORTCUTS */ .column { display: flex; @@ -163,10 +170,18 @@ button[type=submit]:hover { justify-content: center; } +.justify-end { + justify-content: end; +} + .align-center { align-items: center; } +.align-bottom { + align-items: end; +} + .pad-4 { padding: 4px; } -- cgit v1.2.3