diff --git a/src/views/ImageView.vue b/src/views/ImageView.vue index bf55a680874e75331d12b268284f844aa8a2ef21..ce80aee520afb063798badd6b3d54ba252570439 100644 --- a/src/views/ImageView.vue +++ b/src/views/ImageView.vue @@ -1,6 +1,6 @@ <template> <div class="flex flex-row"> - <section class="flex flex-col sticky top-0 h-screen w-1/3"> + <section class="flex flex-col flex-initial w-72 ml-4"> <div> <div> <strong>Tags</strong> @@ -39,15 +39,4 @@ export default { this.imageTags = await this.getImageTags(); }, }; -</script> - -<style scoped> -img { - height: 100%; -} -#image-container { - height: 100vh; - display: flex; - justify-content: center; -} -</style> +</script> \ No newline at end of file