Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0

change torrent fixed height to min-height (#1076)

it was fine for torrents that were two lines high but i suspect it would've broken 3 lines high (or 4+) torrents
Cette révision appartient à :
kilo 2017-06-26 09:43:32 +02:00 révisé par ewhal
Parent 7e38aab841
révision a6d20202a7

Voir le fichier

@ -553,7 +553,7 @@ input#show-filelist:checked ~ #filelist {
.table-filelist {
width: 100%;
}
tr.torrentinfo { height: 38px; }
tr.torrentinfo { min-height: 38px; }
.tr-filelist {
--nest-level: 0;
}