Skip to content
Snippets Groups Projects
Commit 24a64f7b authored by Trirst's avatar Trirst
Browse files

Better pagination bar placement. Revert some stuff.

parent b6c39dda
Branches master
No related tags found
No related merge requests found
Pipeline #901 passed
......@@ -2,14 +2,13 @@
<div class="flex flex-row">
<section
v-show="!sideBarHidden"
class="flex flex-col sticky top-0 h-screen w-72"
class="flex flex-col sticky top-0 h-screen w-1/3"
>
<button @click="sideBarHidden = true" class="self-end mt-2">
<IconXCircle
class="stroke-current text-gray-500 hover:text-gray-600"
></IconXCircle>
</button>
<input type="text" />
<TagCreation></TagCreation>
<UserAuthentication class="absolute bottom-0"></UserAuthentication>
</section>
......@@ -31,6 +30,11 @@
@onPageChange="pageChange"
/>
<ImageList :imageSnowflakes="imageSnowflakes"></ImageList>
<PaginationBar
:current-page="currentPage"
:last-page="lastPage"
@onPageChange="pageChange"
/>
</div>
</div>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment