diff options
author | Zero~Informatique | 2020-09-11 20:10:56 +0200 |
---|---|---|
committer | G.Fouet | 2020-09-11 21:53:18 +0200 |
commit | f89ed0bd94ea570d9e6533301783d13b13033db0 (patch) | |
tree | 668596be054bf064334553a32f20fc83302a51d8 /viewer/src/views | |
parent | 12b8f20f3dc1cdbda820808755545a8ce1382123 (diff) | |
download | ldgallery-f89ed0bd94ea570d9e6533301783d13b13033db0.tar.gz |
viewer: PR #238 code review changes
Diffstat (limited to 'viewer/src/views')
-rw-r--r-- | viewer/src/views/PanelLeft.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue index 12c95d1..0ab3aa8 100644 --- a/viewer/src/views/PanelLeft.vue +++ b/viewer/src/views/PanelLeft.vue | |||
@@ -26,7 +26,7 @@ | |||
26 | /> | 26 | /> |
27 | <ld-command-search @clear="clear" @search="search" /> | 27 | <ld-command-search @clear="clear" @search="search" /> |
28 | <h1 class="title">{{ $t("panelLeft.propositions") }}</h1> | 28 | <h1 class="title">{{ $t("panelLeft.propositions") }}</h1> |
29 | <div class="scrollbar no-scroll-x flex-grow-1" :class="$style.flexShrink1000"> | 29 | <div class="scrollbar no-scroll-x flex-grow-1" :class="$style.flexShrinkFully"> |
30 | <ld-proposition | 30 | <ld-proposition |
31 | v-for="category in $galleryStore.tagsCategories" | 31 | v-for="category in $galleryStore.tagsCategories" |
32 | :key="category.tag" | 32 | :key="category.tag" |
@@ -110,7 +110,7 @@ export default class PanelLeft extends Vue { | |||
110 | } | 110 | } |
111 | } | 111 | } |
112 | 112 | ||
113 | .flexShrink1000 { | 113 | .flexShrinkFully { |
114 | flex-shrink: 1000; | 114 | flex-shrink: 1000; |
115 | } | 115 | } |
116 | </style> | 116 | </style> |