Refactor PostMetadata display
This commit is contained in:
parent
816ef54e82
commit
de6892627f
3 changed files with 39 additions and 18 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue