Zecken-Icon ohne Dreieck, kein Text, Statusleiste einzeilig (nowrap), SW by-v325

This commit is contained in:
rene 2026-04-24 08:17:48 +02:00
parent 78d0f4289a
commit acd93e83e6
5 changed files with 25 additions and 20 deletions

View file

@ -2719,7 +2719,10 @@ html.modal-open {
font-size: 11px;
color: var(--c-text-secondary);
box-shadow: 0 1px 4px rgba(0,0,0,0.1);
max-width: calc(100% - 80px); /* Platz für FABs */
max-width: calc(100% - 80px); /* Platz für FABs */
flex-wrap: nowrap;
white-space: nowrap;
overflow: hidden;
pointer-events: none;
}