style(next): fix tabs jumping around

This commit is contained in:
Elian Doran 2024-12-03 00:05:16 +02:00
parent 69902c04bd
commit dffc9b51ae
No known key found for this signature in database

View File

@ -748,15 +748,15 @@ div.quick-search .search-button.show {
overflow: hidden;
}
#root-widget.horizontal-layout .tab-row-widget .note-tab[active] .note-tab-wrapper {
#root-widget.horizontal-layout .tab-row-widget .note-tab .note-tab-wrapper {
border: 1px solid transparent;
border-bottom: 0;
border-bottom-color: transparent;
box-shadow: unset;
}
#root-widget.horizontal-layout .tab-row-widget .note-tab[active] .note-tab-wrapper {
box-shadow: unset;
border: 1px solid var(--launcher-pane-horizontal-border-color);
border-bottom: 0;
border-bottom-color: transparent;
}
.tab-row-widget .note-tab .note-tab-wrapper {