diff --git a/static/cherry/cherry-markdown.css b/static/cherry/cherry-markdown.css index 54a9e0f3..7b83f655 100644 --- a/static/cherry/cherry-markdown.css +++ b/static/cherry/cherry-markdown.css @@ -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%; + } +} \ No newline at end of file