Zecken-Icon ohne Dreieck, kein Text, Statusleiste einzeilig (nowrap), SW by-v325
This commit is contained in:
parent
78d0f4289a
commit
acd93e83e6
5 changed files with 25 additions and 20 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue