replace bencode library to rhilip/bencode, fix files tree builder #11

This commit is contained in:
ghost 2023-10-07 04:37:43 +03:00
parent 387acb59b6
commit 86e1455c6b
9 changed files with 175 additions and 130 deletions

View file

@ -101,6 +101,10 @@ input[type="submit"] {
cursor: pointer;
}
ul {
list-style: none;
}
td {
padding: 2px 0;
}

View file

@ -245,6 +245,10 @@ a:visited.background-color-hover-night-light:hover {
padding: 4px;
}
.padding-l-4-px {
padding-left: 4px;
}
.padding-t-4-px {
padding-top: 4px;
}
@ -273,6 +277,10 @@ a:visited.background-color-hover-night-light:hover {
padding: 8px;
}
.padding-l-8-px {
padding-left: 8px;
}
.padding-t-8-px {
padding-top: 8px;
}