mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: add pagination element below comments
other pages like the "package search" have this as well. Issue report: #390 Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
8027ff936c
commit
2b8dedb3a2
2 changed files with 12 additions and 0 deletions
|
@ -193,6 +193,11 @@ label.confirmation {
|
|||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.comments-footer {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.comment-header {
|
||||
clear: both;
|
||||
font-size: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue