Remove direct style manipulations in favor of classes

This commit is contained in:
eugenijm 2020-07-07 21:43:46 +03:00
parent ed7310c04b
commit fc865d3a12
5 changed files with 16 additions and 17 deletions

View file

@ -117,6 +117,10 @@
color: var(--chatMessageIncomingText, $fallback--text);
}
}
.chat-message-menu {
left: 0.4rem;
}
}
.outgoing {
@ -139,6 +143,14 @@
.chat-message-inner {
align-items: flex-end;
}
.chat-message-menu {
right: 0.4rem;
}
}
.visible {
opacity: 1;
}
}