Fix followers pagination. Closes #2695

This commit is contained in:
Gabe Kangas
2023-02-08 19:57:30 -08:00
parent bf134c94ba
commit 85e77379b2
3 changed files with 11 additions and 13 deletions

View File

@@ -21,3 +21,7 @@
width: 100%;
background-color: var(--theme-color-components-content-background);
}
.pagination {
margin: 1rem;
}