Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Add max image width & height in torrent description

Big images were broking it and going outside of it!
Cette révision appartient à :
kilo 2017-05-28 15:51:20 +02:00 révisé par GitHub
Parent cdd382cd34
révision addf8ff847

Voir le fichier

@ -487,6 +487,11 @@ td.tr-le { color: #E84C4C; }
border-radius: 4px;
}
.torrent-info-box > * > img {
max-width: 100%;
max-height: 100%;
}
.comment-box {
margin-top: 10px;
padding-left: 7px;