Frontend: Add classes to navigation sidebar and toolbar #15
This commit is contained in:
parent
137a073e35
commit
da954ad2b9
1 changed files with 3 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div id="p-navigation">
|
||||
<v-toolbar dark color="grey darken-3" class="hidden-lg-and-up" @click.stop="showNavigation()">
|
||||
<v-toolbar dark color="grey darken-3" class="hidden-lg-and-up p-navigation-small" @click.stop="showNavigation()">
|
||||
<v-toolbar-side-icon></v-toolbar-side-icon>
|
||||
|
||||
<v-toolbar-title>{{ $router.currentRoute.name }}</v-toolbar-title>
|
||||
|
@ -10,10 +10,9 @@
|
|||
<v-navigation-drawer
|
||||
v-model="drawer"
|
||||
:mini-variant="mini"
|
||||
fixed
|
||||
dark
|
||||
app
|
||||
class="p-navigation-sidebar"
|
||||
width="270"
|
||||
fixed dark app
|
||||
>
|
||||
<v-toolbar flat>
|
||||
<v-list>
|
||||
|
|
Loading…
Reference in a new issue