style(next): set ellipsis for tabs

This commit is contained in:
Elian Doran 2024-12-09 21:49:14 +02:00
parent 86ec0bb60b
commit 648d81169c
No known key found for this signature in database

View File

@ -984,6 +984,10 @@ body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper {
transform: translate3d(var(--tab-first-item-horiz-offset), 0, 0);
}
.tab-row-widget .note-tab .note-tab-title {
text-overflow: ellipsis;
}
.tab-row-widget-is-sorting .note-tab[active] .note-tab-wrapper {
transform: scale(.85);
box-shadow: var(--active-tab-dragging-shadow) !important;