Commit 098e586
committed
fix(frontend): port the missing popup and notification body styles
The SPA's stylesheet carried over .tum-live-popup-container,
.tum-live-popup and .tum-live-popup h2 but not the four descendant rules
that give the popup body its shape. The keyboard shortcuts dialog reuses
that markup, and all of its column alignment comes from the width on
`strong`, so without them it rendered as a run-on list instead of two
columns.
.notificationBody a was missing for the same reason. Notification bodies
are inserted as raw HTML and routinely contain links, which have no styling
at all once Tailwind's preflight has reset them.
Copied verbatim from web/assets/css, per the note at the top of the file:
the two frontends have to render a shared component identically while pages
move across one at a time.1 parent c2861c3 commit 098e586
1 file changed
Lines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
167 | 188 | | |
168 | 189 | | |
169 | 190 | | |
| |||
179 | 200 | | |
180 | 201 | | |
181 | 202 | | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
182 | 212 | | |
0 commit comments