From 64f619f165536998ec5af5f098ae2e9fd9487234 Mon Sep 17 00:00:00 2001 From: odkhang Date: Mon, 12 Aug 2024 15:46:57 +0700 Subject: [PATCH] Mobile View of reactions partly off-screen when translation option is active (#212) * Only show audio translation option if available * shrink reaction bar * update css for reaction bar * shrink emoji bar * move reaction bar to left side * update size for emoji icon * disable expand action for reation bar --------- Co-authored-by: Tri Truong Co-authored-by: Mario Behling --- .../src/components/AudioTranslationDropdown.vue | 12 ++++++++---- webapp/src/components/ReactionsBar.vue | 15 ++++++++++++--- webapp/src/views/rooms/item.vue | 5 +++-- 3 files changed, 23 insertions(+), 9 deletions(-) diff --git a/webapp/src/components/AudioTranslationDropdown.vue b/webapp/src/components/AudioTranslationDropdown.vue index 7e0f1143..ba03660c 100644 --- a/webapp/src/components/AudioTranslationDropdown.vue +++ b/webapp/src/components/AudioTranslationDropdown.vue @@ -1,6 +1,5 @@