From 67849096ffbe6fd15528564853c0b270ad2257e1 Mon Sep 17 00:00:00 2001 From: Trirst <abeces968@gmail.com> Date: Fri, 1 Oct 2021 23:41:11 +0700 Subject: [PATCH] Remove unused styles. Add inline styles. --- src/views/ImageView.vue | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/views/ImageView.vue b/src/views/ImageView.vue index bf55a68..ce80aee 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 -- GitLab