Enabled pagination on network page.

This commit is contained in:
2020-05-26 04:11:29 +02:00
parent fe69ec4175
commit 86377fec5f
43 changed files with 164 additions and 81 deletions

View File

@@ -12,6 +12,7 @@
<div
v-if="!loading && actors.length > 0"
v-lazy-container="{ selector: '.lazy' }"
class="tiles"
>
<Actor
@@ -95,7 +96,7 @@ export default {
.summary {
display: block;
margin: 0 0 1rem 0;
color: $shadow;
color: var(--shadow);
font-weight: bold;
}