mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-06-28 15:45:35 +08:00
pref: 优化小屏幕下 cherry-markdown.css 样式
This commit is contained in:
parent
1a98d15212
commit
ac58ff0398
@ -6078,3 +6078,15 @@ span.change {
|
|||||||
border-radius: 10px !important;
|
border-radius: 10px !important;
|
||||||
background-color: #b3d4fc !important;
|
background-color: #b3d4fc !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media screen and (max-width: 1400px) {
|
||||||
|
.cherry-toolbar-button {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cherry-toolbar .toolbar-left {
|
||||||
|
justify-content: space-between;
|
||||||
|
width: 95%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user