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