File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 132
132
.ui.blob-excerpt :hover {
133
133
color : #428bca ;
134
134
}
135
+
136
+ @media only screen and (max-width : 768px ) {
137
+ #review-box > .menu {
138
+ > .ui.segment {
139
+ width : 94vw ;
140
+ }
141
+ .editor-toolbar {
142
+ overflow-x : auto ;
143
+ }
144
+ }
145
+
146
+ #review-box .CodeMirror-scroll {
147
+ max-width : calc (100vw - 70px );
148
+ }
149
+ }
150
+
151
+ @media only screen and (min-width : 768px ) and (max-width : 992px ) {
152
+ #review-box .CodeMirror-scroll {
153
+ max-width : 700px ;
154
+ }
155
+ }
156
+
157
+ @media only screen and (min-width : 992px ) and (max-width : 1200px ) {
158
+ #review-box .CodeMirror-scroll {
159
+ max-width : 800px ;
160
+ }
161
+ }
162
+
163
+ @media only screen and (min-width : 1200px ) {
164
+ #review-box .CodeMirror-scroll {
165
+ max-width : 900px ;
166
+ }
167
+ }
You can’t perform that action at this time.
0 commit comments