Skip to content

Commit cdda5c4

Browse files
authored
ui: better mobile review-box sizing (#10297)
1 parent 9bada62 commit cdda5c4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

web_src/less/_review.less

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,14 @@
132132
.ui.blob-excerpt:hover {
133133
color: #428bca;
134134
}
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+
}

0 commit comments

Comments
 (0)