From 5fa2808f8ad07c95f8086bd6aec2e0b2401024ce Mon Sep 17 00:00:00 2001 From: DianaXWiki Date: Thu, 11 Sep 2025 13:40:16 +0300 Subject: [PATCH] Fix icon styling for document editor --- customize.dist/src/less2/include/toolbar.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/customize.dist/src/less2/include/toolbar.less b/customize.dist/src/less2/include/toolbar.less index 483817763..8484194b0 100644 --- a/customize.dist/src/less2/include/toolbar.less +++ b/customize.dist/src/less2/include/toolbar.less @@ -162,6 +162,9 @@ box-sizing: border-box; order: 100; z-index: 1; + span.cp-badge > svg.lucide { + width: 0.625rem; // ~10px + } .cp-toolbar-userlist-drawer-close { position: absolute; margin-top: -10px; @@ -255,6 +258,10 @@ border: none; height: 20px; cursor: pointer; + svg { + width: 1rem; + margin: 0 0 0.5rem 0; + } } } .cp-toolbar-userlist-name-input {