Fix post list padding on mobile

This commit is contained in:
n_u
2026-08-29 09:40:23 -05:00
parent ead8d0aa7a
commit acfeff4f15
+1
View File
@@ -1090,6 +1090,7 @@ ul.taglist {
& .postlist-item { & .postlist-item {
flex-flow: column wrap; flex-flow: column wrap;
& .post-copy { & .post-copy {
padding-right: inherit;
& .post-metadata { & .post-metadata {
padding-bottom: 0; padding-bottom: 0;
} }