From d3bf915d51be9df22f5b13dafe4b34f1fef0a5a7 Mon Sep 17 00:00:00 2001 From: teodorus-nathaniel Date: Fri, 8 Sep 2023 20:30:35 +0700 Subject: [PATCH] Change offset --- src/components/chat/ChatFloatingModal.module.sass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/chat/ChatFloatingModal.module.sass b/src/components/chat/ChatFloatingModal.module.sass index d7b17a01e..572ca194f 100644 --- a/src/components/chat/ChatFloatingModal.module.sass +++ b/src/components/chat/ChatFloatingModal.module.sass @@ -3,7 +3,7 @@ .ChatFloatingWrapper z-index: 10 position: fixed - bottom: $space_huge + bottom: $space_normal right: $space_normal .ChatUnreadCount @@ -19,6 +19,8 @@ .ChatFloatingButton padding: $space_small $space_normal + // To offset optical illusion from the grill icon + padding-left: $space_small border-radius: 32px font-size: 1rem color: white !important