Fix QR scanner collapsed to no width
This commit is contained in:
parent
d5a018e48d
commit
3a1ff7027e
|
@ -490,6 +490,9 @@ div[contenteditable]:disabled,
|
|||
align-self: center;
|
||||
width: fit-content;
|
||||
}
|
||||
.modal-body:has(video) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.nav-link:not(.text-success, .text-warning) {
|
||||
color: var(--theme-navLink) !important;
|
||||
|
|
Loading…
Reference in New Issue