forked from DebaucheryLibrarian/traxxx
Improved vertical image size in album.
This commit is contained in:
parent
0b14f4ab5d
commit
4abfcaf9ce
|
@ -141,8 +141,6 @@ export default {
|
||||||
|
|
||||||
.item-link {
|
.item-link {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
margin: 0 0 1rem 0;
|
margin: 0 0 1rem 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
@ -152,7 +150,8 @@ export default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
max-width: 100%;
|
||||||
|
max-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.item-comment {
|
.item-comment {
|
||||||
|
|
Loading…
Reference in New Issue