mirror of
https://github.com/simon987/nyaa.git
synced 2025-04-20 02:36:42 +00:00
Fix extra margin/padding of files and folders
This commit is contained in:
parent
a64cac5e5e
commit
e0ffadb08c
@ -293,15 +293,16 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.torrent-file-list ul {
|
.torrent-file-list ul {
|
||||||
padding: 5px 20px;
|
padding: 5px 20px 0px 20px;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.torrent-file-list > ul:first-child {
|
.torrent-file-list > ul {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.torrent-file-list li {
|
.torrent-file-list li:not(:last-of-type) {
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user