Home page paginator no longer disappears for empty pages

Paginator length fixed

Updated styling on paginator

Added new text if videos are not present on the home page (due to filter or no downloads in general)
This commit is contained in:
Isaac Abadi
2020-12-15 01:11:15 -05:00
parent 9de403245b
commit e39e8f3dba
2 changed files with 8 additions and 1 deletions

View File

@@ -47,6 +47,10 @@
top: 10px;
}
.paginator {
margin-top: 5px;
}
.my-videos-title {
text-align: center;
position: relative;