♻️ Refactor frontend

This commit is contained in:
2022-12-10 16:10:10 +01:00
parent 568bfb9782
commit f243137145
12 changed files with 64 additions and 46 deletions

View File

@@ -32,18 +32,16 @@ import { RouterLink } from "vue-router";
.bottomnav {
width: calc(90% - 40px);
height: 50px;
background-color: var(--bottomnav-color);
border-radius: 10px;
max-width: 800px;
padding: 0px 20px;
position: fixed;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
display: grid;
grid-auto-columns: 1fr;
grid-auto-flow: column;
padding: 0px 20px;
max-width: 800px;
z-index: 100;
border-radius: 10px;
background-color: var(--bottomnav-color);
box-shadow: var(--bottomnav-shadow);
}