Fix author name position in comment form
This commit is contained in:
parent
5a83ba9b9e
commit
0424d05ada
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue