mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-21 12:27:05 +08:00
ui: better mobile review-box sizing (#10297)
This commit is contained in:
@ -132,3 +132,14 @@
|
|||||||
.ui.blob-excerpt:hover {
|
.ui.blob-excerpt:hover {
|
||||||
color: #428bca;
|
color: #428bca;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 768px) {
|
||||||
|
#review-box > .menu {
|
||||||
|
> .ui.segment {
|
||||||
|
width: 94vw;
|
||||||
|
}
|
||||||
|
.editor-toolbar {
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user