mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 05:17:51 +08:00
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:
parent
2dd577220e
commit
3ad62f393c
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue