mirror of
https://github.com/Theodor-Springmann-Stiftung/musenalm.git
synced 2026-02-04 10:35:30 +00:00
FIX: double requests on /baende endpoint
This commit is contained in:
@@ -663,11 +663,11 @@
|
||||
}
|
||||
|
||||
.global-notice {
|
||||
@apply fixed right-6 bottom-6 z-50 hidden;
|
||||
@apply fixed left-24 bottom-12 z-50 hidden;
|
||||
}
|
||||
|
||||
.global-notice-inner {
|
||||
@apply flex items-center gap-2 rounded-md border border-slate-200 bg-white/95 px-3 py-2 text-sm font-semibold text-gray-700 shadow-lg backdrop-blur;
|
||||
@apply flex items-center gap-2 rounded-md border-2 border-slate-600 bg-slate-700 px-3 py-2 text-sm font-semibold text-white shadow-md;
|
||||
}
|
||||
|
||||
.global-notice[data-state="error"] .global-notice-inner {
|
||||
|
||||
Reference in New Issue
Block a user