mirror of
https://github.com/zadam/trilium.git
synced 2025-12-12 10:24:23 +01:00
fix(ribbon): note buttons cut off
This commit is contained in:
parent
895e9b8bf0
commit
8df5a010c9
@ -81,12 +81,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
border-bottom: 1px solid var(--main-border-color);
|
border-bottom: 1px solid var(--main-border-color);
|
||||||
margin-inline-end: 5px;
|
margin-inline-end: 5px;
|
||||||
}
|
align-items: center;
|
||||||
|
height: 36px;
|
||||||
.ribbon-button-container > * {
|
gap: 10px;
|
||||||
position: relative;
|
|
||||||
top: -3px;
|
|
||||||
margin-inline-start: 10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ribbon-body {
|
.ribbon-body {
|
||||||
@ -396,6 +393,8 @@ body[dir=rtl] .attribute-list-editor {
|
|||||||
.note-actions {
|
.note-actions {
|
||||||
width: 35px;
|
width: 35px;
|
||||||
height: 35px;
|
height: 35px;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-actions .dropdown-menu {
|
.note-actions .dropdown-menu {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user