Refactor PostMetadata display

This commit is contained in:
Florian RICHER 2024-01-12 18:49:41 +01:00
parent 816ef54e82
commit de6892627f
3 changed files with 39 additions and 18 deletions

View file

@ -62,6 +62,12 @@
& pre code {
@apply p-0;
}
.metadata {
& > .icon_container, & > .tags_list {
@apply my-1;
}
}
}
.posts {
@ -83,7 +89,7 @@
}
& > div {
@apply p-5 flex flex-col gap-3;
@apply p-5;
}
}
}