From 4f5d874028a4724de4c7c82282ea741b48163d40 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 3 Nov 2024 15:42:13 +0200 Subject: [PATCH] client: Use a multiple column layout for the MIME type listing --- src/public/stylesheets/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index f6aa17892..60cda7349 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -1199,6 +1199,10 @@ button.close:hover { flex-grow: 0 !important; } +.options-mime-types { + column-width: 250px; +} + textarea { cursor: auto; } @@ -1232,4 +1236,5 @@ textarea { .jump-to-note-results .aa-suggestions { padding: 1rem; -} \ No newline at end of file +} +