💄 Better sidebar
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<v-container class="content-container mx-auto">
|
||||
<div class="my-3 mx-[3.5ch]">
|
||||
<div class="my-3 mx-[1.5ch]">
|
||||
<h1 class="text-2xl">{{ t("navPosts") }}</h1>
|
||||
<span>{{ t("navPostsCaption") }}</span>
|
||||
</div>
|
||||
|
||||
<post-list />
|
||||
<post-list class="mx-[-2.5ch]" />
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
|
@ -11,13 +11,6 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mb-5 text-xs text-grey flex flex-col">
|
||||
<span>Solar Network User Web Preview</span>
|
||||
<span>
|
||||
To get full view of this user's profile, open it on <a class="underline" :href="externalOpenLink">Solian</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h1 class="text-xl">{{ t("userActivity") }}</h1>
|
||||
<span>{{ t("userActivityCaption") }}</span>
|
||||
|
Reference in New Issue
Block a user