💄 Make bottom navbar smaller
This commit is contained in:
@ -31,7 +31,7 @@ import { RouterLink } from "vue-router";
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.bottomnav {
|
.bottomnav {
|
||||||
width: calc(90% - 40px);
|
width: calc(90% - 40px);
|
||||||
height: 70px;
|
height: 50px;
|
||||||
background-color: var(--bottomnav-color);
|
background-color: var(--bottomnav-color);
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="39"
|
width="30"
|
||||||
height="39"
|
height="30"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="39"
|
width="30"
|
||||||
height="39"
|
height="30"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
width="39"
|
width="30"
|
||||||
height="39"
|
height="30"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
fill="none"
|
fill="none"
|
||||||
stroke="currentColor"
|
stroke="currentColor"
|
||||||
|
Reference in New Issue
Block a user