mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-20 13:39:02 +08:00
fix: version history being too wide on narrow screens
This commit is contained in:
parent
c3f972c733
commit
32968d60e1
1 changed files with 1 additions and 1 deletions
|
@ -1293,7 +1293,7 @@
|
|||
.modal {
|
||||
@extend .ffscroll;
|
||||
overflow-y: scroll;
|
||||
min-width: 800px;
|
||||
max-width: 800px;
|
||||
|
||||
hr {
|
||||
background: var(--sub-alt-color);
|
||||
|
|
Loading…
Add table
Reference in a new issue