Improved image expansion in Projects. Introduced Mods page.

This commit is contained in:
Hunter
2026-08-17 16:00:38 -04:00
parent 0365ef716f
commit 885c41e2bc
22 changed files with 639 additions and 46 deletions

View File

@@ -131,19 +131,12 @@
}
*,
*::before,
*::after {
*::before, *::after {
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* The page below the profile "more" threshold is tinted. Painting it as the
root background rather than as an element means it covers the whole document
for free, and -- unlike an oversized absolutely-positioned box -- it cannot
extend the scrollable area. `--threshold-y` is the line's distance from the
top of the document, set from ProfileMore; with no threshold on the page the
100% fallback puts the stop at the bottom, so nothing is tinted. */
html {
background-color: var(--bg);
background-image: linear-gradient(
@@ -220,13 +213,7 @@ nav {
}
/* ---- project card selection ---- *
*
* Browsers with the View Transitions API morph the card between its grid slot
* and the full-width slot; `data-vt="off"` marks the fallback path, where the
* newly-selected card plays this enter animation instead.
*/
/* ---- project card selection ---- */
@keyframes card-select-in {
from {
opacity: 0;