hopefully fix mobile

This commit is contained in:
zoe 2023-08-26 19:43:16 +02:00
parent 0335e7c47b
commit 3ea714fd8d
7 changed files with 14 additions and 7 deletions

View File

@ -1 +0,0 @@
*{padding:0;margin:0;font-family:Daisy}@font-face{font-family:Daisy;src:url(/fonts/HeadUpDaisy.17a30b4e.ttf)}html{height:100%;width:100%;background-color:#030f0a;color:#aaf0d1}canvas{image-rendering:pixelated}@keyframes movebg-2ecceaf1{0%{background-position:0 0}to{background-position:0 1080px}}.app[data-v-2ecceaf1]{overflow:hidden;display:flex;flex-direction:column;height:100vh}.content[data-v-2ecceaf1]{overflow:hidden;flex-grow:1;width:100%;background-image:url(/img/background.08e112eb.webp);animation-name:movebg-2ecceaf1;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:30s}nav[data-v-2ecceaf1]{border-top-style:solid;padding:1em;display:flex;justify-content:space-around;flex-wrap:wrap}nav a[data-v-2ecceaf1]{text-decoration:none;font-size:large;color:#aaf0d1}nav a[data-v-2ecceaf1]:focus,nav a[data-v-2ecceaf1]:hover{color:#f0d1aa}

1
web/dist/css/app.b279172e.css vendored Normal file
View File

@ -0,0 +1 @@
*{padding:0;margin:0;font-family:Daisy}@font-face{font-family:Daisy;src:url(/fonts/HeadUpDaisy.17a30b4e.ttf)}html{height:100%;width:100%;background-color:#030f0a;color:#aaf0d1}canvas{image-rendering:pixelated}@keyframes movebg-8105ee20{0%{background-position:0 0}to{background-position:0 1080px}}.app[data-v-8105ee20]{height:100%;width:100%;flex-grow:1;overflow:hidden;display:flex;position:fixed;flex-direction:column}.content[data-v-8105ee20]{height:100%;flex-basis:1;overflow:hidden;flex-grow:1;background-image:url(/img/background.08e112eb.webp);animation-name:movebg-8105ee20;animation-timing-function:linear;animation-iteration-count:infinite;animation-duration:30s}nav[data-v-8105ee20]{flex-basis:1;flex-shrink:1;border-top-style:solid;padding:1em;display:flex;justify-content:space-around;flex-wrap:wrap}nav a[data-v-8105ee20]{text-decoration:none;font-size:large;color:#aaf0d1}nav a[data-v-8105ee20]:focus,nav a[data-v-8105ee20]:hover{color:#f0d1aa}

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.55f4c6ef.js"></script><link href="/css/app.855d7570.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.f571646b.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

1
web/dist/js/app.f571646b.js.map vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -50,15 +50,20 @@ canvas {
}
.app {
height: 100%;
width: 100%;
flex-grow: 1;
overflow: hidden;
display: flex;
flex-direction: column;
height: 100vh;
position: fixed;
flex-direction: column;
}
.content {
height: 100%;
flex-basis: 1;
overflow: hidden;
flex-grow: 1;
width: 100%;
background-image: url("../public/images/background.webp");
animation-name: movebg;
animation-timing-function: linear;
@ -67,6 +72,8 @@ canvas {
}
nav {
flex-basis: 1;
flex-shrink: 1;
border-top-style: solid;
padding: 1em;
display: flex;