Skip to content

Commit 59a13aa

Browse files
authored
Don't show pagination when loading
1 parent 8339d18 commit 59a13aa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • contentcuration/contentcuration/frontend/channelList/views/Channel

contentcuration/contentcuration/frontend/channelList/views/Channel/CatalogList.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,9 @@
111111
</KCardGrid>
112112
</VFlex>
113113
<VFlex
114+
v-if="!loading"
114115
xs12
115-
style="padding-bottom: 72px"
116+
class="pagination-container"
116117
>
117118
<VLayout justify-center>
118119
<Pagination
@@ -488,4 +489,9 @@
488489
min-height: 30px; // prevent layout shifts when loading state changes
489490
}
490491
492+
.pagination-container {
493+
padding-bottom: 72px;
494+
margin-top: 32px;
495+
}
496+
491497
</style>

0 commit comments

Comments
 (0)