add navigation

This commit is contained in:
zoe 2023-08-28 14:37:45 +02:00
parent 9cbb2415d3
commit b39e3fd6b4
8 changed files with 10 additions and 10 deletions

1
web/dist/css/531.3a498df3.css vendored Normal file
View File

@ -0,0 +1 @@
canvas{width:100%;aspect-ratio:1/1}.description[data-v-5ab32c68]{padding:1em}a[data-v-5ab32c68],button[data-v-5ab32c68]{background:none;border-style:none;color:#aaf0d1;cursor:pointer;text-decoration:none;font-size:medium}nav[data-v-5ab32c68]{display:flex;width:100%;justify-content:space-between}h1[data-v-5ab32c68],p[data-v-5ab32c68]{color:#f0d1aa}.star-view[data-v-984b3372]{height:100%;display:flex;justify-content:center;gap:1em;align-items:center}.star-model[data-v-984b3372]{width:100%;aspect-ratio:1/1;flex-grow:1;max-height:100%}.star-info[data-v-984b3372]{flex-grow:2;width:100%}@media (max-width:720px){.star-view[data-v-984b3372]{width:100%;align-items:stretch;flex-direction:column}}

View File

@ -1 +0,0 @@
canvas{width:100%;aspect-ratio:1/1}.description[data-v-765298a5]{padding:1em}a[data-v-765298a5],button[data-v-765298a5]{background:none;border-style:none;color:#aaf0d1;cursor:pointer;text-decoration:none;font-size:medium}nav[data-v-765298a5]{display:flex;width:100%;justify-content:space-between}h1[data-v-765298a5],p[data-v-765298a5]{color:#f0d1aa}.star-view[data-v-984b3372]{height:100%;display:flex;justify-content:center;gap:1em;align-items:center}.star-model[data-v-984b3372]{width:100%;aspect-ratio:1/1;flex-grow:1;max-height:100%}.star-info[data-v-984b3372]{flex-grow:2;width:100%}@media (max-width:720px){.star-view[data-v-984b3372]{width:100%;align-items:stretch;flex-direction:column}}

2
web/dist/index.html vendored
View File

@ -1 +1 @@
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>starchart</title><script defer="defer" src="/js/chunk-vendors.43ff8180.js"></script><script defer="defer" src="/js/app.36e1b78d.js"></script><link href="/css/app.b279172e.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but starchart doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>
<!doctype html><html lang=""><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1"><link rel="icon" href="/favicon.ico"><title>starchart</title><script defer="defer" src="/js/chunk-vendors.43ff8180.js"></script><script defer="defer" src="/js/app.ebac9243.js"></script><link href="/css/app.b279172e.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but starchart doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id="app"></div></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -8,7 +8,7 @@
<span v-if="!copied">share</span><span v-else>link copied</span>
</button>
<a
v-if="star.core.id <= store.stars.length"
v-if="star.core.id < store.stars.length"
:href="`/visit/${star.core.id + 1}`"
>next</a
>