From cc97f36b8c9a9522636d5b50fbcd2f52de06a01a Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Sat, 14 Sep 2024 19:28:40 +0200 Subject: Add warning for logged out users when clicking attachment --- src/ui/site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ui/site.css') diff --git a/src/ui/site.css b/src/ui/site.css index 5e7829a..d87fa90 100644 --- a/src/ui/site.css +++ b/src/ui/site.css @@ -122,3 +122,7 @@ html.no-js .js-only.js-only.js-only { font-size: 10.5px; line-height: 1; } +.modal-header.panel-heading { + border-top-left-radius: inherit; + border-top-right-radius: inherit; +} -- cgit v1.2.3