mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 09:30:01 +00:00
Improve torrent view readibility on mobile
This commit is contained in:
parent
799e9dea87
commit
2e30a7be84
|
@ -83,3 +83,9 @@ table.torrent-list thead th.sorting_desc:after {
|
||||||
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
|
.panel-deleted > .panel-footer + .panel-collapse > .panel-body {
|
||||||
border-bottom-color:#757575;
|
border-bottom-color:#757575;
|
||||||
}
|
}
|
||||||
|
@media (max-width: 991px){
|
||||||
|
.col-md-5 {
|
||||||
|
margin-left: 20px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue