From 2bdd40b6320d1504bb15f48242068534482c9b54 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Tue, 24 Jun 2025 20:22:14 +0500 Subject: feat: texts are now full screen --- public/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/static/style.css b/public/static/style.css index 7db9a45..6f86e77 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -276,6 +276,11 @@ button[type=submit].fancy:hover { overflow-x: scroll; } +.file-preview-wrapper:has(pre) { + flex-grow: 1; + max-width: unset; +} + .item .delete-btn { position: absolute; align-self: flex-end; -- cgit v1.2.3