diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss index f47a278..3822fdf 100644 --- a/src/assets/css/chat.scss +++ b/src/assets/css/chat.scss @@ -740,8 +740,7 @@ body { } } -.message-operations-strut, -.avatar-operations-strut { +.message-operations-strut { position: relative; height: 0px; z-index: 10; @@ -757,16 +756,6 @@ body { white-space: nowrap; } -.avatar-operations { - position: absolute; - width: fit-content; - background-color: white; - height: 40px; - border-radius: 20px; - padding: 0px 20px; - box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.15); -} - .send-options { z-index: 11; // Above mic button } diff --git a/src/components/Chat.vue b/src/components/Chat.vue index 3ea47df..074a15c 100644 --- a/src/components/Chat.vue +++ b/src/components/Chat.vue @@ -46,14 +46,6 @@ /> -
{{ sharedRooms.slice(0, 3).join(", ") }}