Minor - move button

pull/3890/head
Julio Montoya 4 years ago
parent fda7d46712
commit db56de62b2
  1. 7
      assets/vue/components/layout/DashboardLayout.vue

@ -2,6 +2,10 @@
<q-layout view="hHh LpR lff" class="bg-grey-1">
<q-header bordered class="bg-white text-grey-8" height-hint="64">
<q-toolbar>
<q-toolbar-title v-if="$q.screen.gt.xs" shrink class="row items-center no-wrap">
<img style="width:200px" src="/build/css/themes/chamilo/images/header-logo.png" />
</q-toolbar-title>
<q-btn
flat
dense
@ -11,9 +15,6 @@
icon="menu"
class="q-mr-sm"
/>
<q-toolbar-title v-if="$q.screen.gt.xs" shrink class="row items-center no-wrap">
<img style="width:200px" src="/build/css/themes/chamilo/images/header-logo.png" />
</q-toolbar-title>
<q-space />

Loading…
Cancel
Save