diff --git a/src/sass/media-queries.scss b/src/sass/media-queries.scss index 6fb801ef4..da87fdf48 100644 --- a/src/sass/media-queries.scss +++ b/src/sass/media-queries.scss @@ -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) {