fix(ribbon): note buttons cut off

This commit is contained in:
Elian Doran 2025-12-09 11:36:00 +02:00
parent 895e9b8bf0
commit 8df5a010c9
No known key found for this signature in database

View File

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