Merge pull request #997 from stackernews/996-qr-scanner-broken
Fix QR scanner collapsed to no width
This commit is contained in:
commit
57b862431e
|
@ -494,6 +494,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