From 4abfcaf9ce3890041f420de2e30e754d2bdfa75a Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Thu, 4 Feb 2021 23:09:52 +0100 Subject: [PATCH] Improved vertical image size in album. --- assets/components/album/album.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/assets/components/album/album.vue b/assets/components/album/album.vue index f97e38fa..8df35e87 100644 --- a/assets/components/album/album.vue +++ b/assets/components/album/album.vue @@ -141,8 +141,6 @@ export default { .item-link { position: relative; - height: 100%; - width: 100%; margin: 0 0 1rem 0; overflow: hidden; @@ -152,7 +150,8 @@ export default { } .item { - width: 100%; + max-width: 100%; + max-height: 100%; } .item-comment {