Make toolbar button outline fully visible #1831

This commit is contained in:
DianaXWiki 2025-04-19 14:07:49 +03:00 committed by yflory
parent 8640bf51dd
commit 8334d78712

View File

@ -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;