even display threads inline if no user is logged in
This commit is contained in:
parent
6137d301be
commit
dbfc8092d7
|
@ -687,6 +687,11 @@ ul.profile_list li {
|
|||
float: unset;
|
||||
}
|
||||
|
||||
#conversation .notices .notices {
|
||||
float: unset;
|
||||
margin-left: 55px;
|
||||
}
|
||||
|
||||
.threaded-replies .placeholder { /* TODO combine all these declarations */
|
||||
border-radius: 4px;
|
||||
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
|
||||
|
|
Loading…
Reference in New Issue
Block a user