mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 20:40:48 +08:00
parent
9ebdf6703a
commit
917c77f035
1 changed files with 33 additions and 4 deletions
|
@ -334,6 +334,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.tables table {
|
||||
tr td:first-child {
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
tr td:last-child {
|
||||
padding-right: 0.25rem;
|
||||
}
|
||||
td {
|
||||
padding: 0.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
.pageAccount {
|
||||
.group.history {
|
||||
|
@ -500,6 +511,28 @@
|
|||
#commandLineInput {
|
||||
width: 400px !important;
|
||||
}
|
||||
|
||||
#leaderboardsWrapper #leaderboards {
|
||||
.tables .titleAndTable .titleAndButtons {
|
||||
grid-template-columns: unset;
|
||||
}
|
||||
.tables table {
|
||||
thead,
|
||||
tbody,
|
||||
tfoot {
|
||||
font-size: 0.5rem;
|
||||
}
|
||||
tr td:first-child {
|
||||
padding-left: 0.25rem;
|
||||
}
|
||||
tr td:last-child {
|
||||
padding-right: 0.25rem;
|
||||
}
|
||||
td {
|
||||
padding: 0.25rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
|
@ -539,10 +572,6 @@
|
|||
#commandLineInput {
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
#leaderboardsWrapper #leaderboards .tables .titleAndTable .titleAndButtons {
|
||||
grid-template-columns: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 350px) {
|
||||
|
|
Loading…
Reference in a new issue