1
0
Fork 0

Fixes boost display

This commit is contained in:
Mouse Reeve 2020-04-01 14:55:32 -07:00
parent 8d7ded1c69
commit 29693127ba
6 changed files with 52 additions and 24 deletions

View file

@ -300,8 +300,8 @@ button.warning {
}
.user-pic {
width: 2rem;
height: 2rem;
width: 2em;
height: 2em;
border-radius: 50%;
vertical-align: top;
position: relative;
@ -577,6 +577,14 @@ th, td {
.post .user-pic, .compose-suggestion .user-pic {
right: 0.25em;
}
.post h2 .subhead {
display: block;
margin-left: 2em;
}
.post .subhead .time-ago {
display: none;
}
.comment-thread .post {
margin-left: 4em;