cleaner #customTextPopup for under 1050 and 600px screens (#1595) by DrPoppyseed

This commit is contained in:
Haruki Jay Shimada 2021-07-06 00:52:50 +09:00 committed by GitHub
parent cf9e29db65
commit 2f93cfb86d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {