Browse Source

ui: better mobile review-box sizing (#10297)

for-closed-social
Antoine GIRARD 4 years ago
committed by GitHub
parent
commit
cdda5c4b90
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions
  1. +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;
}
}
}

Loading…
Cancel
Save