bug: Fixes space missing issue with message bubbles after sending messages (#3562)

This commit is contained in:
Sivin Varghese
2021-12-15 19:12:11 +05:30
committed by GitHub
parent b7336eca65
commit e2e459a1ac

View File

@@ -135,7 +135,7 @@
&.unread--toast {
+.right {
margin-bottom: 0;
margin-bottom: var(--space-micro);
}
+.left {