pagination button gap fix
This commit is contained in:
11
Moonlight/wwwroot/assets/css/utils.css
vendored
11
Moonlight/wwwroot/assets/css/utils.css
vendored
@@ -39,10 +39,19 @@ div.wave .dot:nth-child(3) {
|
||||
}
|
||||
|
||||
@keyframes wave {
|
||||
0%, 60%, 100% {
|
||||
0%,
|
||||
60%,
|
||||
100% {
|
||||
transform: initial;
|
||||
}
|
||||
30% {
|
||||
transform: translateY(-8px);
|
||||
}
|
||||
}
|
||||
|
||||
div.card-body
|
||||
div.table-responsive
|
||||
div.d-flex.justify-content-end
|
||||
ul.pagination {
|
||||
gap: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user