Add a border and resize the middle column.

This commit is contained in:
PascalMarchesseault
2024-07-08 23:02:58 -04:00
parent 7d8d0b4d2b
commit 0ea32142ab
2 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,8 @@
<creator-banner :creator="creator"></creator-banner>
<DonationPopup :creator-id="creator.id"></DonationPopup>
<div class="max-w-[1000px] mx-auto flex flex-row justify-center border-l-2 border-r-2 -mt-6 ">
<div class="w-full mt-20">
@@ -33,7 +35,7 @@
</PostMessage>
</div>
<div class="border-b-2 p-6">
<div class="border-b p-6">
<h2 class="font-sans font-semibold">Commentaires</h2>
<MessageList v-if="creator.id"
:content-id="creator.id">
@@ -45,7 +47,7 @@
</v-tabs-window>
</v-card-text>
</div>
</div>
</div>
<!-- Fallback when user try to access a non-existing creator -->