mirror of
https://github.com/sb745/NyaaV3.git
synced 2025-12-23 04:35:45 +02:00
Resolve conflict
This commit is contained in:
parent
9106977fad
commit
9630016e4e
1 changed files with 45 additions and 0 deletions
|
|
@ -577,3 +577,48 @@ mark, .mark {
|
|||
background-color: #fff6c9;
|
||||
padding: .2em;
|
||||
}
|
||||
|
||||
/* Hide and resize some things on tiny screens to improve usability. */
|
||||
@media (max-width: 767px) {
|
||||
.hdr-size, .hdr-date, .hdr-downloads,
|
||||
table.torrent-list > tbody > tr > td:nth-child(4),
|
||||
table.torrent-list > tbody > tr > td:nth-child(5),
|
||||
table.torrent-list > tbody > tr > td:nth-child(8) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.torrent-list > tbody > tr > td:nth-child(7) {
|
||||
border-right: 0;
|
||||
}
|
||||
|
||||
.table thead > tr > th {
|
||||
border-right: none;
|
||||
}
|
||||
|
||||
table.torrent-list > tbody > tr > td:nth-child(3) > a {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.hdr-link {
|
||||
width: 32px !important;
|
||||
}
|
||||
|
||||
.hdr-seeders, .hdr-leechers {
|
||||
width: 48px !important;
|
||||
}
|
||||
|
||||
.hdr-category {
|
||||
width: 20px !important;
|
||||
overflow: hidden;
|
||||
text-indent: -9999px;
|
||||
}
|
||||
|
||||
table.torrent-list > tbody > tr > td:first-child {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
table.torrent-list > tbody > tr > td:first-child img {
|
||||
width: 50px;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue