pref: 优化小屏幕下 cherry-markdown.css 样式

This commit is contained in:
zhanzhenping 2024-07-22 20:27:38 +08:00
parent 1a98d15212
commit ac58ff0398

View File

@ -6078,3 +6078,15 @@ span.change {
border-radius: 10px !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%;
}
}