diff options
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> |