Skip to content

Commit

Permalink
Change offset
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Sep 8, 2023
1 parent 39b55a2 commit d3bf915
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/chat/ChatFloatingModal.module.sass
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
.ChatFloatingWrapper
z-index: 10
position: fixed
bottom: $space_huge
bottom: $space_normal
right: $space_normal

.ChatUnreadCount
Expand All @@ -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
Expand Down

0 comments on commit d3bf915

Please sign in to comment.