Fix author name position in comment form

This commit is contained in:
Oliver Davies 2019-05-18 15:42:14 +01:00
parent 5a83ba9b9e
commit 0424d05ada

View file

@ -4,15 +4,14 @@
} }
.comment-list { .comment-list {
.comment-author .avatar, .comment-author .avatar {
.comment-author > a.url {
@apply absolute top-0 left-0; @apply absolute top-0 left-0;
} }
.comment-author > b.fn { .comment-author b.fn {
@apply pl-0 text-2xl text-black; @apply pl-0 text-2xl text-black;
} }
.comment-author > b.fn a { .comment-author b.fn a {
@apply text-inherit; @apply text-inherit;
} }