♻️ Refactor frontend
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user