Improved vertical image size in album.

This commit is contained in:
DebaucheryLibrarian 2021-02-04 23:09:52 +01:00
parent 0b14f4ab5d
commit 4abfcaf9ce
1 changed files with 2 additions and 3 deletions

View File

@ -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 {