Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

Fix view page overflowing, also img in description scales

Cette révision appartient à :
kipukun 2017-05-26 11:56:40 -04:00
Parent fe6fe17d33
révision 0d996c065d

Voir le fichier

@ -472,6 +472,10 @@ td.tr-le { color: #E84C4C; }
border: 1px solid #ccc;
border-radius: 4px;
}
.torrent-info-box img {
width: 100%;
height: auto;
}
.comment-box {
margin-top: 10px;
padding-left: 7px;
@ -635,6 +639,7 @@ input.filelist-checkbox:checked + table.table-filelist {
display: flex;
flex-direction: column;
font-weight: bold;
word-wrap: break-word;
}
.user-form {
@ -651,9 +656,4 @@ input.filelist-checkbox:checked + table.table-filelist {
pointer-events: none;
*/
}
.center {
display: inline-block;
pointer-events: initial;
}
}