diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index e02c81836..546607220 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -769,7 +769,7 @@ body.layout-horizontal .tab-row-widget .note-tab .note-tab-wrapper { text-overflow: ellipsis; } -.tab-row-widget-is-sorting .note-tab[active] .note-tab-wrapper { +body.layout-vertical .tab-row-widget-is-sorting .note-tab[active] .note-tab-wrapper { transform: scale(0.85); box-shadow: var(--active-tab-dragging-shadow) !important; }