File tree 1 file changed +9
-4
lines changed
1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ pre.CodeMirror-line {
91
91
position : fixed ;
92
92
top : 0 ;
93
93
left : 50% ;
94
- margin-left : math .div (552 * 0.5 , $base-font-size );
94
+ margin-left : #{ math .div (- 552 * 0.5 , $base-font-size )} rem ;
95
95
96
96
@media (max-width : 770px ) {
97
97
left : 0 ;
@@ -100,7 +100,7 @@ pre.CodeMirror-line {
100
100
margin-left : 0 ;
101
101
}
102
102
103
- z-index : 1 ;
103
+ z-index : 10 ;
104
104
105
105
width : 580px ;
106
106
font-family : Montserrat, sans-serif ;
@@ -139,8 +139,11 @@ pre.CodeMirror-line {
139
139
}
140
140
141
141
.CodeMirror-find-controls {
142
+ width : 100% ;
142
143
display : flex ;
143
144
align-items : center ;
145
+ justify-content : space-between ;
146
+ height : #{math .div (35 , $base-font-size )} rem;
144
147
}
145
148
.CodeMirror-search-inputs {
146
149
width : 30% ;
@@ -152,9 +155,11 @@ pre.CodeMirror-line {
152
155
align-items : center ;
153
156
}
154
157
.CodeMirror-search-controls {
158
+ width : 60% ;
155
159
display : flex ;
156
- align-items : center ;
157
- justify-content : end ;
160
+ flex-wrap : wrap-reverse ;
161
+ justify-content : flex-start ;
162
+ align-items : flex-end ;
158
163
}
159
164
.CodeMirror-replace-controls {
160
165
display : flex ;
You can’t perform that action at this time.
0 commit comments