Commit 1892356
authored
web(d-web4): neutralize inline min-widths + wrap monospace config on <=480px (#442)
The embedded dashboard header info boxes (#miner-info / #network-info)
carry inline min-width (280px / 220px) that the 768px/900px breakpoints
cannot override, and the monospace config lines (stratum URL, the
<ADDR>,<DOGE_ADDR>.WORKER username) are unbreakable tokens. On a phone
(<=414px) these force horizontal overflow that clips the view. Add a
<=480px breakpoint that drops the inline mins to full-width and lets the
long tokens wrap. Static drop-in (served from --dashboard-dir), no rebuild.
Co-authored-by: frstrtr <frstrtr@users.noreply.github.com>1 parent a1da5e6 commit 1892356
1 file changed
Lines changed: 20 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
1251 | | - | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
1252 | 1271 | | |
1253 | 1272 | | |
1254 | 1273 | | |
| |||
0 commit comments