aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/PanelLeft.vue
diff options
context:
space:
mode:
Diffstat (limited to 'viewer/src/views/PanelLeft.vue')
-rw-r--r--viewer/src/views/PanelLeft.vue7
1 files changed, 6 insertions, 1 deletions
diff --git a/viewer/src/views/PanelLeft.vue b/viewer/src/views/PanelLeft.vue
index 91d193c..a61fe4a 100644
--- a/viewer/src/views/PanelLeft.vue
+++ b/viewer/src/views/PanelLeft.vue
@@ -18,7 +18,7 @@
18--> 18-->
19 19
20<template> 20<template>
21 <div class="flex-column"> 21 <div class="flex-column sidebar">
22 <ld-tag-input /> 22 <ld-tag-input />
23 <h1 class="title">{{$t('panelLeft.propositions')}}</h1> 23 <h1 class="title">{{$t('panelLeft.propositions')}}</h1>
24 <ld-proposition class="scrollbar no-scroll-x" /> 24 <ld-proposition class="scrollbar no-scroll-x" />
@@ -33,4 +33,9 @@ export default class PanelLeft extends Vue {}
33</script> 33</script>
34 34
35<style lang="scss"> 35<style lang="scss">
36.sidebar {
37 .title {
38 margin: 0.2em 0.5em !important;
39 }
40}
36</style> 41</style>