This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
ui: better mobile review-box sizing (
#10297
)
tags/v1.12.0-dev
Antoine GIRARD
GitHub
5 years ago
parent
401a3527a6
commit
f3148cc8a1
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-0
web_src/less/_review.less
+ 11
- 0
web_src/less/_review.less
View File
@@ -132,3 +132,14 @@
.ui.blob-excerpt:hover {
color: #428bca;
}
@media only screen and (max-width: 768px) {
#review-box > .menu {
> .ui.segment {
width: 94vw;
}
.editor-toolbar {
overflow-x: auto;
}
}
}
Write
Preview
Loading…
Cancel
Save