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 {
|
||||
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 {
|
||||
|
|
Loading…
Reference in New Issue