c79ac23a15
Build and Deploy Verso / deploy (push) Successful in 10m18s
Thumbnails: increase CLSI thumbnail from 190px/q50 to 400px/q80. At 190px/50% JPEG quality, images are noticeably blurry on 2x phone screens (source needs 380px device pixels but source is only 190px). Editor mobile layout: getInitialLayout() was returning sideBySide for any stored 'split' preference (set from a desktop session), even on mobile. sideBySide on mobile renders vertically via the isMobile check in main-layout, but the stated default was still wrong. Now on mobile, any stored value other than 'flat' maps to verticalSplit so the top-bottom split is always the default; flat is preserved so a user who explicitly chose editor-only keeps that preference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>