From 6c10a09f4353da4127159fbc89ee7f610c16099d Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 9 Feb 2025 21:14:55 +0200 Subject: feat(views/archive/item): Add copy to clipboard button --- views/styles.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/styles.css') diff --git a/views/styles.css b/views/styles.css index 3817e0e..7bfc7fd 100644 --- a/views/styles.css +++ b/views/styles.css @@ -81,6 +81,10 @@ input[type=submit]:hover, button:hover, select:hover { display: none !important; } +script { + display: none !important; +} + /* Generic */ .float-right { -- cgit v1.2.3