feat(core): showing site info at footer

include users, torrents, seeders, leechers, uploaded, download etc.
This commit is contained in:
OldHawk
2017-08-16 11:38:14 +08:00
parent de3828598b
commit be62816ffc
9 changed files with 187 additions and 22 deletions

View File

@@ -93,3 +93,11 @@ a:hover .header-profile-image {
margin-right: 15px;
}
.site-info {
border-bottom: solid 1px #222;
margin-bottom: 20px;
padding-bottom: 20px;
padding-top: 10px;
padding-left: 60px;
}