mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-08 08:25:05 +08:00
cleaner #customTextPopup for under 1050 and 600px screens (#1595) by DrPoppyseed
This commit is contained in:
parent
cf9e29db65
commit
2f93cfb86d
1 changed files with 21 additions and 0 deletions
|
|
@ -20,6 +20,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
#customTextPopup {
|
||||
width: 80vw !important;
|
||||
|
||||
.wordfilter.button {
|
||||
width: 50% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
|
|
@ -157,6 +164,20 @@
|
|||
#commandLineInput {
|
||||
width: 500px !important;
|
||||
}
|
||||
#customTextPopupWrapper {
|
||||
#customTextPopup {
|
||||
.wordfilter.button {
|
||||
width: 100% !important;
|
||||
justify-self: auto;
|
||||
}
|
||||
|
||||
.inputs {
|
||||
display: flex !important;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue