Fixed scene tile thumbnail mobile aspect ratio. Increased release page tag section height to better fit first two tag rows.

This commit is contained in:
DebaucheryLibrarian 2021-02-06 01:39:01 +01:00
parent df71bfb483
commit 1cf0e166bb
2 changed files with 2 additions and 2 deletions

View File

@ -345,7 +345,7 @@ export default {
.thumbnail { .thumbnail {
width: 9rem; width: 9rem;
height: 100%; height: 6rem;
font-size: 0; font-size: 0;
box-shadow: 0 0 3px var(--shadow-weak); box-shadow: 0 0 3px var(--shadow-weak);

View File

@ -93,7 +93,7 @@ export default {
} }
.tags { .tags {
max-height: 4.6rem; max-height: 4.7rem;
padding: 2px 1rem 0 1rem; padding: 2px 1rem 0 1rem;
text-align: left; text-align: left;
overflow: hidden; overflow: hidden;