From 8df5a010c92fb5992e5b8459991489c6f5221264 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 9 Dec 2025 11:36:00 +0200 Subject: [PATCH] fix(ribbon): note buttons cut off --- apps/client/src/widgets/ribbon/style.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/apps/client/src/widgets/ribbon/style.css b/apps/client/src/widgets/ribbon/style.css index 95c8791eb..752a26863 100644 --- a/apps/client/src/widgets/ribbon/style.css +++ b/apps/client/src/widgets/ribbon/style.css @@ -81,12 +81,9 @@ display: flex; border-bottom: 1px solid var(--main-border-color); margin-inline-end: 5px; -} - -.ribbon-button-container > * { - position: relative; - top: -3px; - margin-inline-start: 10px; + align-items: center; + height: 36px; + gap: 10px; } .ribbon-body { @@ -396,6 +393,8 @@ body[dir=rtl] .attribute-list-editor { .note-actions { width: 35px; height: 35px; + display: flex; + align-items: center; } .note-actions .dropdown-menu {