Fix quote search popup width (#1944) by CrumblyLiquid

* Quote search width fix

Makes the width of the quote search responsive to the width of the screen

* Set max-width to quote search
This commit is contained in:
CrumblyLiquid 2021-10-04 21:37:27 +02:00 committed by GitHub
parent 2dd577220e
commit 3ad62f393c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -400,7 +400,8 @@
padding: 2rem;
display: grid;
gap: 1rem;
width: 1000px;
width: 80vw;
max-width: 1000px;
height: 80vh;
grid-template-rows: auto auto auto 1fr;