Commit 6994633
committed
Improve layout by switching to stacked design
LAYOUT IMPROVEMENTS:
- Removed problematic side-by-side layout that wasn't working well
- Switched to clean stacked layout across all screen sizes
- Removed sticky positioning that was causing layout issues
- Simplified to natural top-to-bottom reading flow
BENEFITS:
- Better use of horizontal space
- Natural reading flow (passage → questions)
- No layout conflicts or z-index issues
- Consistent experience across all devices
- Cleaner, more focused design
- Better learning UX following reading patterns
The stacked layout provides a much better user experience
with natural reading flow and eliminates layout issues.1 parent fe6fd6b commit 6994633
File tree
2 files changed
+6
-8
lines changed- app/components/TextGenerator
2 files changed
+6
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
| 91 | + | |
| 92 | + | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
97 | 96 | | |
98 | 97 | | |
99 | | - | |
100 | | - | |
101 | | - | |
| 98 | + | |
| 99 | + | |
102 | 100 | | |
103 | 101 | | |
104 | 102 | | |
| |||
0 commit comments