From f5e8ace1dd7694cb6f426dc1b3666c11f4e71e78 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 8 Jun 2025 03:14:14 +0400 Subject: feat: a button to delete file locally --- public/static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'public/static/style.css') diff --git a/public/static/style.css b/public/static/style.css index 1eb29dc..c5302c8 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -242,6 +242,11 @@ button[type=submit]:hover { overflow-x: scroll; } +.item .delete-btn { + position: absolute; + align-self: flex-end; +} + /** SHORTCUTS */ .column { display: flex; -- cgit v1.2.3