diff options
author | Jonas Kohl | 2024-09-14 19:28:40 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-14 19:28:40 +0200 |
commit | cc97f36b8c9a9522636d5b50fbcd2f52de06a01a (patch) | |
tree | 711486591d1ef8906b1bb0a8d6c2c86c9556553a /src/ui/site.css | |
parent | d8b74761c6cefdd83360d3f2add0e9ccdc6064c7 (diff) |
Add warning for logged out users when clicking attachment
Diffstat (limited to 'src/ui/site.css')
-rw-r--r-- | src/ui/site.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; +} |