style(next): improve custom title bar buttons

This commit is contained in:
Elian Doran 2024-12-06 22:24:02 +02:00
parent ef6410f25d
commit 50b69d26f6
No known key found for this signature in database

View File

@ -846,6 +846,10 @@ body.layout-horizontal .tab-row-widget-container {
transition: none;
}
.tab-row-container .title-bar-buttons {
margin-top: calc((var(--tab-bar-height) - var(--tab-height)) * -1);
}
body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;