💄 Make bottom navbar smaller

This commit is contained in:
2022-04-30 00:07:33 +02:00
parent 6ac3550112
commit cf698ee984
4 changed files with 7 additions and 7 deletions

View File

@ -31,7 +31,7 @@ import { RouterLink } from "vue-router";
<style scoped>
.bottomnav {
width: calc(90% - 40px);
height: 70px;
height: 50px;
background-color: var(--bottomnav-color);
border-radius: 10px;
position: fixed;

View File

@ -3,8 +3,8 @@
<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="39"
height="39"
width="30"
height="30"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"

View File

@ -3,8 +3,8 @@
<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="39"
height="39"
width="30"
height="30"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"

View File

@ -3,8 +3,8 @@
<template>
<svg
xmlns="http://www.w3.org/2000/svg"
width="39"
height="39"
width="30"
height="30"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"