aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views
diff options
context:
space:
mode:
authorZero~Informatique2020-01-30 22:58:27 +0100
committerZero~Informatique2020-01-30 22:58:27 +0100
commit17b1598c5a5a375e6eaa0763767368c05ba0f56e (patch)
treea05a973b954e452b1124b2d4b6df7261d5175b57 /viewer/src/views
parent42105af46681d81959a5d5a9a16ec9e98463a92e (diff)
downloadldgallery-17b1598c5a5a375e6eaa0763767368c05ba0f56e.tar.gz
viewer: Improved the proposition layout
Diffstat (limited to 'viewer/src/views')
-rw-r--r--viewer/src/views/PanelLeft.vue2
-rw-r--r--viewer/src/views/PanelTop.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue
index 35c092a..ea35664 100644
--- a/viewer/src/views/PanelLeft.vue
+++ b/viewer/src/views/PanelLeft.vue
@@ -24,7 +24,7 @@
24 <h1>{{$t('panelLeft.filters')}}</h1> 24 <h1>{{$t('panelLeft.filters')}}</h1>
25 <ld-tag-input /> 25 <ld-tag-input />
26 <h1>{{$t('panelLeft.propositions')}}</h1> 26 <h1>{{$t('panelLeft.propositions')}}</h1>
27 <ld-proposition class="scrollbar" /> 27 <ld-proposition class="scrollbar no-scroll-x" />
28 </div> 28 </div>
29</template> 29</template>
30 30
diff --git a/viewer/src/views/PanelTop.vue b/viewer/src/views/PanelTop.vue
index 7e24699..e7421f0 100644
--- a/viewer/src/views/PanelTop.vue
+++ b/viewer/src/views/PanelTop.vue
@@ -20,7 +20,7 @@
20<template> 20<template>
21 <div class="flex"> 21 <div class="flex">
22 <div class="command-btns"> 22 <div class="command-btns">
23 <fa-icon icon="filter" size="lg" class="disabled" /> 23 <fa-icon icon="tags" size="lg" class="disabled" />
24 <router-link to="/" :class="{disabled: $galleryStore.currentItemPath.length <= 1}"> 24 <router-link to="/" :class="{disabled: $galleryStore.currentItemPath.length <= 1}">
25 <fa-icon icon="home" size="lg" /> 25 <fa-icon icon="home" size="lg" />
26 </router-link> 26 </router-link>