We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1886bd6 commit 847f0bbCopy full SHA for 847f0bb
web_src/css/review.css
@@ -225,28 +225,10 @@ a.blob-excerpt:hover {
225
max-height: calc(100vh - 360px);
226
}
227
228
-@media (max-width: 767px) {
229
- .review-box-panel .CodeMirror-scroll {
230
- max-width: calc(100vw - 70px);
231
- }
232
-}
233
-
234
-@media (min-width: 768px) and (max-width: 991px) {
235
236
- max-width: 700px;
237
238
239
240
-@media (min-width: 992px) and (max-width: 1200px) {
241
242
- max-width: 800px;
243
244
245
246
-@media (min-width: 1201px) {
247
248
- max-width: 900px;
249
+.review-box-panel .editor-toolbar,
+.review-box-panel .CodeMirror-scroll {
+ width: min(calc(100vw - 2em), 800px);
+ max-width: none;
250
251
252
#review-box {
0 commit comments