We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be46e37 commit 2a8d3e2Copy full SHA for 2a8d3e2
client/styles/components/_editor.scss
@@ -150,16 +150,9 @@ pre.CodeMirror-line {
150
align-items: center;
151
}
152
.CodeMirror-search-controls {
153
- width: 60%;
154
display: flex;
155
- flex-wrap: wrap-reverse;
156
- justify-content: flex-start;
157
- align-items: flex-end;
158
-
159
- @media (max-width: 770px) {
160
- align-items: center;
161
- justify-content: end;
162
- }
+ align-items: center;
+ justify-content: end;
163
164
.CodeMirror-replace-controls {
165
@@ -222,7 +215,7 @@ pre.CodeMirror-line {
222
215
223
216
margin-left: #{10 / $base-font-size}rem;
224
217
225
218
+ @media (max-width: 579px) {
226
219
display: none;
227
220
228
221
0 commit comments