| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
From https://developer.mozilla.org/en-US/docs/Web/CSS/will-change:
Warning: will-change is intended to be used as a last resort, in
order to try to deal with existing performance problems. It
should not be used to anticipate performance problems.
|
|
|
|
|
|
| |
multi-column didn't do what I wanted. bricks.js does the masonry
layout, I think left-to-right would be even better but we'll go with
this.
|
|
|
|
|
|
|
|
| |
- Prints password required to access.
- will-change lets the browser prepare for those changes in advance.
- loading="lazy" enables lazy loading on images.
- column-fill: balance -- not an optimization.
|
|
- Handles login, logout, simple directories.
|