Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Merge pull request #814 from Kiloutre/patch-7

Add max image width & height in torrent description
Cette révision appartient à :
akuma06 2017-05-28 22:55:46 +02:00 révisé par GitHub
révision 49e4b800b0

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;