Bring back rollover reactions
This commit is contained in:
parent
3bb68af01d
commit
13a2a55aa3
1 changed files with 6 additions and 2 deletions
|
|
@ -101,12 +101,12 @@ export default {
|
|||
</script>
|
||||
|
||||
<style>
|
||||
.message {
|
||||
.message-outer {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.message:hover .reactions {
|
||||
.message-outer:hover .reactions {
|
||||
display: flex;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
|
@ -140,4 +140,8 @@ export default {
|
|||
.message-data .time {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.message-data-reactions {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
</style>
|
||||
Loading…
Reference in a new issue