Commit d2f7028
authored
Improve output panels with error messages (#1505)
Closes
RaspberryPiFoundation/digital-editor-issues#1512
### Changes
- In smaller project container (`.project-wrapper` container in
Project.scss):
- Visual output panel and text output panel are split in 1:1.
- min height of text panel set to 3rem.
<img width="450" alt="Screenshot 2026-06-22 at 15 57 17"
src="https://github.com/user-attachments/assets/930538b6-7e3c-43f8-9074-2bd78ac712e8"
/>
- In larger container (min-width: 720px):
- Visual output panel and text output panel are split in 3:2.
- min height of text panel increased to 4rem.
<img width="600" alt="Screenshot 2026-06-22 at 15 58 07"
src="https://github.com/user-attachments/assets/dc207c3f-4381-4aef-8de9-9bb4227c81a2"
/>1 parent 62f5647 commit d2f7028
2 files changed
Lines changed: 18 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
101 | 112 | | |
102 | 113 | | |
103 | 114 | | |
104 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
105 | 120 | | |
106 | 121 | | |
107 | 122 | | |
| |||
0 commit comments