mirror of
https://github.com/zadam/trilium.git
synced 2026-05-06 17:17:37 +02:00
style/tab bar: fix tab button rounded corners on horizontal layout
This commit is contained in:
@@ -1085,7 +1085,7 @@ body.desktop:not(.background-effects.platform-win32) #root-widget.horizontal-lay
|
||||
margin-top: calc((var(--tab-bar-height) - var(--tab-height)) * -1);
|
||||
}
|
||||
|
||||
body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper {
|
||||
body.layout-horizontal div.tab-row-widget div.note-tab div.note-tab-wrapper {
|
||||
border-bottom-left-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user