aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/PanelLeft.vue
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/PanelLeft.vue
parent42105af46681d81959a5d5a9a16ec9e98463a92e (diff)
downloadldgallery-17b1598c5a5a375e6eaa0763767368c05ba0f56e.tar.gz
viewer: Improved the proposition layout
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r--viewer/src/views/PanelLeft.vue2
1 files changed, 1 insertions, 1 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