Fix extra margin/padding of files and folders

This commit is contained in:
Kfir Hadas 2017-05-25 14:43:50 +03:00
parent a64cac5e5e
commit e0ffadb08c
1 changed files with 4 additions and 3 deletions

View File

@ -293,15 +293,16 @@ a.text-purple:hover, a.text-purple:active, a.text-purple:focus { color: #a760e0;
}
.torrent-file-list ul {
padding: 5px 20px;
padding: 5px 20px 0px 20px;
list-style: none;
}
.torrent-file-list > ul:first-child {
.torrent-file-list > ul {
padding: 0;
margin: 0;
}
.torrent-file-list li {
.torrent-file-list li:not(:last-of-type) {
margin-bottom: 5px;
}