Fix QR scanner collapsed to no width

This commit is contained in:
ekzyis 2024-03-29 12:38:51 +01:00
parent d5a018e48d
commit 3a1ff7027e
1 changed files with 3 additions and 0 deletions

View File

@ -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;