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>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.message {
|
.message-outer {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message:hover .reactions {
|
.message-outer:hover .reactions {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
@ -140,4 +140,8 @@ export default {
|
||||||
.message-data .time {
|
.message-data .time {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.message-data-reactions {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
Loading…
Reference in a new issue