Differences From Artifact [043b95a7ef]:
- File src/default.css — part of check-in [e5121a4934] at 2020-09-20 07:28:22 on branch dir-columns-revisited — An experiment in improving the /dir column flow. (Not ready to merge.) (user: stephan size: 32610)
To Artifact [650f3bd5eb]:
- File src/default.css — part of check-in [7e8cb38ca2] at 2020-09-20 07:41:39 on branch dir-columns-revisited — Removed multiplier from the font size calculation, as it does not work with monospace font. Changed /dir font to monospace only for testing purposes, as that one is our pathological column-width case. (Edit: closing, as this approach doesn't appear to provide any benefits over the current one.) (user: stephan size: 32686)
| ︙ | |||
305 306 307 308 309 310 311 312 313 314 315 316 317 318 | 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 | + |
}
div.browser > span {
display: block;
background-repeat: no-repeat;
background-position: 0px center;
padding-left: 20px;
padding-top: 2px;
font-family: monospace /* only for testing the col width calculation! */;
}
div.browser > span.file {
background-image: url("data:image/gif;base64,R0lGODlhEAAQAJEAAP\/\/\/\
yEhIf\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAIvlIKpxqcfmgOUvoaqDSCxrEEfF14Gq\
FXImJZsu73wepJzVMNxrtNTj3NATMKhpwAAOw==");
}
div.browser span.dir {
|
| ︙ |