refactor: use shorthand property for navigation positioning
This commit is contained in:
parent
f7ae855221
commit
df3014e2a5
2 changed files with 3 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue