We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5f1d9 commit 3e40f8bCopy full SHA for 3e40f8b
web_src/less/_review.less
@@ -132,3 +132,36 @@
132
.ui.blob-excerpt:hover {
133
color: #428bca;
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
153
+ max-width: 700px;
154
155
156
157
+@media only screen and (min-width: 992px) and (max-width: 1200px) {
158
159
+ max-width: 800px;
160
161
162
163
+@media only screen and (min-width: 1200px) {
164
165
+ max-width: 900px;
166
167
0 commit comments