mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 14:20:35 +08:00
The hidden __message (max-height:0, opacity:0) still had white-space: pre-wrap which contributed to flex intrinsic width calculation in compact layout, causing the __content flex container to miscalculate width and truncate the title to 'ST...'. Also add flex:0 1 auto + min-width:0 to compact __title so it properly shrinks with ellipsis instead of overflow when space is limited.