fix links in user view
This commit is contained in:
parent
5f5397e9e3
commit
ea70ef9296
|
@ -988,6 +988,10 @@ footer a {
|
||||||
#user .comment details {
|
#user .comment details {
|
||||||
padding-top: 2px;
|
padding-top: 2px;
|
||||||
}
|
}
|
||||||
|
#user .comment details a.context,
|
||||||
|
#user .comment details a.comments {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
#user .comment .meta p.ups,#user .comment .meta p.created {
|
#user .comment .meta p.ups,#user .comment .meta p.created {
|
||||||
font-size: var(--sm-font);
|
font-size: var(--sm-font);
|
||||||
padding-right: 5px;
|
padding-right: 5px;
|
||||||
|
|
Loading…
Reference in New Issue