mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
made sure source takes up two columns
This commit is contained in:
parent
6d5bf42aaa
commit
1f83d05c22
1 changed files with 3 additions and 0 deletions
|
@ -720,6 +720,7 @@ key {
|
|||
"wpm acc"
|
||||
"wpm key"
|
||||
"raw time"
|
||||
"source source"
|
||||
"testType infoAndTags";
|
||||
.group{
|
||||
.top{
|
||||
|
@ -748,7 +749,9 @@ key {
|
|||
}
|
||||
.source{
|
||||
align-self: baseline;
|
||||
grid-area: source;
|
||||
color: var(--sub-color);
|
||||
max-width: 15rem;
|
||||
.top{
|
||||
font-size: 1rem;
|
||||
line-height: 1.25rem;
|
||||
|
|
Loading…
Reference in a new issue