mirror of
https://github.com/romancm/gamebrary
synced 2025-02-16 11:08:24 +00:00
remove border from nav
This commit is contained in:
parent
46b0401f4d
commit
1b8b15e58e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template lang="html">
|
||||
<nav
|
||||
class="position-fixed d-flex flex-column p-0 vh-100 text-center border-right border-light"
|
||||
class="position-fixed d-flex flex-column p-0 vh-100 text-center"
|
||||
>
|
||||
<router-link :to="{ name: 'dashboard' }" class="mt-2 mb-3">
|
||||
<!-- TODO: use svg, change color based on theme -->
|
||||
|
|
Loading…
Add table
Reference in a new issue