From 8334d787128b40ffaeda28e184a7391ff71b5cc5 Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Sat, 19 Apr 2025 14:07:49 +0300 Subject: [PATCH] Make toolbar button outline fully visible #1831 --- customize.dist/src/less2/include/toolbar.less | 1 + 1 file changed, 1 insertion(+) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 8d7894b2c..bd34a597c 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -65,6 +65,7 @@ .cp-markdown-toolbar { min-height: @toolbar_line-height; + padding: 0.1rem 0; height: auto; flex-wrap: wrap; background-color: @cp_toolbar-bg;