style/tab bar: fix tab button rounded corners on horizontal layout

This commit is contained in:
Adorian Doran 2025-12-24 23:06:06 +02:00
parent 37d647261a
commit 2a7023ea16

View File

@ -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;
}