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