mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 17:27:32 +08:00
made the chart taller
This commit is contained in:
parent
09968ada82
commit
23602de0a5
1 changed files with 2 additions and 2 deletions
|
|
@ -606,12 +606,12 @@ key {
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
max-height: 180px;
|
||||
max-height: 200px;
|
||||
height: 200px;
|
||||
.title{
|
||||
color: var(--sub-color);
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
height: 100%;
|
||||
}
|
||||
.loginTip{
|
||||
grid-column: 1/3;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue