style(ui): refactor reader layout grid, fix focus mode layout collapse, fix SVG rendering dots, reorganize intelligence toolbar #69

Merged
mjasin merged 10 commits from feature/reader-visual-refactor into develop 2026-06-05 09:51:29 +00:00
Showing only changes of commit 5daab6ebfd - Show all commits
@@ -41,6 +41,7 @@
.reader-flow-container { .reader-flow-container {
max-width: 680px; max-width: 680px;
margin: 2rem auto; margin: 2rem auto;
min-height: calc(100vh - 180px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 1.5rem; gap: 1.5rem;