From ac58ff03980e23e6536d1679709ad7cf8ff447e6 Mon Sep 17 00:00:00 2001 From: zhanzhenping <128675240+Zzhenping@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:27:38 +0800 Subject: [PATCH] =?UTF-8?q?pref:=20=E4=BC=98=E5=8C=96=E5=B0=8F=E5=B1=8F?= =?UTF-8?q?=E5=B9=95=E4=B8=8B=20cherry-markdown.css=20=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/cherry/cherry-markdown.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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