forked from DebaucheryLibrarian/traxxx
Enabled pagination on network page.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user