mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-09-14 12:24:33 +08:00
16 lines
1001 B
CSS
16 lines
1001 B
CSS
@layer page {
|
|
/* Associated stations (Overview and Network -> Wireless render the same `.assoclist` table).
|
|
*
|
|
* No `white-space: nowrap` on the MAC column any more, though one stood here while
|
|
* `overflow-wrap: anywhere` split `48:E1:5C:9F:26:20` at whatever character landed on the edge
|
|
* of a ~103px column, every time (issue #5). A MAC has no break opportunity in it — a colon is
|
|
* not one — so the honest floor theme/30-tables.css gives a data table keeps the whole address
|
|
* in one piece, for every table that shows one rather than for this one.
|
|
*
|
|
* Do not nowrap the Signal and Rate columns either: that makes the modulation string
|
|
* ("229 Mbit/s, 20 MHz, HE-MCS 9, HE-NSS 2") an unbreakable ~300px block that eats the row and
|
|
* crushes the Network column. A wide cell that CAN break is the lesser evil, and that is what
|
|
* rung 3 of fs-select.js's remedy ladder chooses when it has to choose: the widest breakable
|
|
* column gives way, never the identity column. */
|
|
}
|