mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 21:33:40 +08:00
command line media queries
This commit is contained in:
parent
033131aa00
commit
3ae3f59694
1 changed files with 14 additions and 5 deletions
|
@ -89,7 +89,7 @@
|
|||
|
||||
#commandLine,
|
||||
#commandLineInput {
|
||||
width: 500px !important;
|
||||
width: 600px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -132,10 +132,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
#commandLine,
|
||||
#commandLineInput {
|
||||
width: 400px !important;
|
||||
}
|
||||
|
||||
#centerContent {
|
||||
.pageSettings .section.themes .buttons,
|
||||
|
@ -175,6 +171,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#commandLine,
|
||||
#commandLineInput {
|
||||
width: 500px !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -230,6 +230,10 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#commandLine,
|
||||
#commandLineInput {
|
||||
width: 400px !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 400px) {
|
||||
|
@ -252,6 +256,11 @@
|
|||
font-size: .65rem;
|
||||
}
|
||||
|
||||
#commandLine,
|
||||
#commandLineInput {
|
||||
width: 300px !important;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (hover: none) and (pointer: coarse) {
|
||||
|
|
Loading…
Reference in a new issue