mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-05-07 20:38:16 +02:00
feat(torrents): pagination for torrent seed users and leech users list on torrent detail page
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
TAB_TORRENT_INFO: 'Torrent Info',
|
||||
TAB_USER_SUBTITLE: 'Subtitle Info',
|
||||
TAB_THUMBS_LIST: 'Thumbs-up',
|
||||
TAB_USER_INFO: 'User Info',
|
||||
TAB_USER_INFO: 'Users Info',
|
||||
TAB_OTHER_TORRENTS: 'Other Torrents',
|
||||
TAB_MY_PANEL: 'My Pannel',
|
||||
TAB_ADMIN_PANEL: 'Admin Panel',
|
||||
|
||||
@@ -873,6 +873,7 @@ body {
|
||||
|
||||
.tb-peers {
|
||||
background-color: #fff;
|
||||
margin-bottom: 10px !important;
|
||||
thead {
|
||||
tr {
|
||||
th {
|
||||
@@ -889,6 +890,9 @@ body {
|
||||
}
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.pagination {
|
||||
margin: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.tb-other-torrents {
|
||||
|
||||
Reference in New Issue
Block a user