#1546 Harmonization between public and private view + improved CSS

This commit is contained in:
Massedil
2024-10-30 19:59:30 +01:00
parent 906985478d
commit 861c445b63
7 changed files with 231 additions and 293 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="posts-wrapper grid gap-4">
<div class="posts-wrapper grid gap-2">
<post-list-item
v-for="post in posts"
:key="post.id"