Skip to content

Commit d2b65b6

Browse files
committed
merge review panel width
1 parent 71fe2c2 commit d2b65b6

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

web_src/css/review.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -227,15 +227,9 @@ a.blob-excerpt:hover {
227227
max-height: calc(100vh - 360px);
228228
}
229229

230-
.review-box-panel .editor-toolbar,
231-
.review-box-panel .CodeMirror-scroll {
232-
width: min(calc(100vw - 2em), 800px);
233-
max-width: none;
234-
}
235-
236230
.review-box-panel .combo-markdown-editor {
237-
width: 730px;
238-
max-width: calc(100vw - 70px);
231+
width: 730px; /* this width matches current EasyMDE's toolbar's width */
232+
max-width: calc(100vw - 70px); /* leave enough space on left, and align the page content */
239233
}
240234

241235
#review-box {

0 commit comments

Comments
 (0)