Merge pull request #997 from stackernews/996-qr-scanner-broken

Fix QR scanner collapsed to no width
This commit is contained in:
Keyan 2024-03-29 10:07:27 -05:00 committed by GitHub
commit 57b862431e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

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