alright, got it to the point where it'll automatically download new entries. now to fix the UX of it all...
This commit is contained in:
parent
6a209f8698
commit
b5306d1d11
10 changed files with 195 additions and 61 deletions
12
src/routes/(shell)/play/slug.module.css
Normal file
12
src/routes/(shell)/play/slug.module.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
.page {
|
||||
contain: layout style paint;
|
||||
display: block grid;
|
||||
grid: 100cqb / 100%;
|
||||
|
||||
inline-size: 100%;
|
||||
block-size: 100%;
|
||||
|
||||
& > figure {
|
||||
max-block-size: 100cqb;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue