fixed conversation view
This commit is contained in:
parent
27a9c51106
commit
512688f5ab
7 changed files with 93 additions and 96 deletions
|
@ -286,6 +286,10 @@ aside {
|
|||
visibility: hidden;
|
||||
}
|
||||
|
||||
.repost, .remove {
|
||||
display: none; /* FIXME: remove this; */
|
||||
}
|
||||
|
||||
li:hover aside .reply_to, li:hover aside .repost, li:hover aside .remove, li:hover aside .ago:before {
|
||||
visibility: visible;
|
||||
}
|
||||
|
|
Reference in a new issue