Fixes boost display
This commit is contained in:
parent
8d7ded1c69
commit
29693127ba
6 changed files with 52 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue