refactor: use shorthand property for navigation positioning

This commit is contained in:
Sebin Nyshkim 2023-03-23 13:41:08 +01:00
parent f7ae855221
commit df3014e2a5
2 changed files with 3 additions and 12 deletions

View file

@ -27,10 +27,7 @@ import { RouterLink } from "vue-router";
<style lang="scss">
.navigation {
position: fixed;
top: var(--navigation-position-top);
right: var(--navigation-position-right);
bottom: var(--navigation-position-bottom);
left: var(--navigation-position-left);
inset: var(--navigation-position);
overflow: hidden;
width: var(--navigation-width);