mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00
style(next): set ellipsis for tabs
This commit is contained in:
parent
86ec0bb60b
commit
648d81169c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user