CSS > mobile (round1)
All checks were successful
Deploy / Deploy to Production (push) Successful in 3s

This commit is contained in:
Camilledenoray 2026-06-02 11:38:01 +02:00
parent 2c8f67d82b
commit a25c02a10c
6 changed files with 72 additions and 7 deletions

View file

@ -32,4 +32,31 @@
.project-toggler.grid {
display: block;
}
main {
position: fixed;
top: 0;
bottom: 0;
overflow: auto;
width: calc(100% - var(--body-margin));
}
main:has(ul li.selected) {
top: 50vh;
}
nav.filter-menu {
position: absolute;
top: 0;
margin-top: calc(var(--line-height-S) * 2);
}
ul.projects-index {
top: calc(var(--line-height-S) * 5);
position: absolute;
}
.fix:hover + .toggle {
display: none;
}
}