From 1cf0e166bbcde1a3fa0a1e4c465d8657e6f1c0cf Mon Sep 17 00:00:00 2001 From: DebaucheryLibrarian Date: Sat, 6 Feb 2021 01:39:01 +0100 Subject: [PATCH] Fixed scene tile thumbnail mobile aspect ratio. Increased release page tag section height to better fit first two tag rows. --- assets/components/releases/scene-tile.vue | 2 +- assets/components/releases/tags.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/components/releases/scene-tile.vue b/assets/components/releases/scene-tile.vue index efff878c..f2b53415 100644 --- a/assets/components/releases/scene-tile.vue +++ b/assets/components/releases/scene-tile.vue @@ -345,7 +345,7 @@ export default { .thumbnail { width: 9rem; - height: 100%; + height: 6rem; font-size: 0; box-shadow: 0 0 3px var(--shadow-weak); diff --git a/assets/components/releases/tags.vue b/assets/components/releases/tags.vue index 55b0747c..cb43019e 100644 --- a/assets/components/releases/tags.vue +++ b/assets/components/releases/tags.vue @@ -93,7 +93,7 @@ export default { } .tags { - max-height: 4.6rem; + max-height: 4.7rem; padding: 2px 1rem 0 1rem; text-align: left; overflow: hidden;