Bring back rollover reactions

This commit is contained in:
Heerko 2021-07-15 14:43:37 +02:00
parent 3bb68af01d
commit 13a2a55aa3

View file

@ -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>