fix links in user view

This commit is contained in:
teddit 2021-01-05 20:06:18 +01:00
parent 5f5397e9e3
commit ea70ef9296
1 changed files with 4 additions and 0 deletions

View File

@ -988,6 +988,10 @@ footer a {
#user .comment details {
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 {
font-size: var(--sm-font);
padding-right: 5px;