diff --git a/src/scss/partials/_chatBubble.scss b/src/scss/partials/_chatBubble.scss index 691d59f2..39377cfd 100644 --- a/src/scss/partials/_chatBubble.scss +++ b/src/scss/partials/_chatBubble.scss @@ -1465,6 +1465,12 @@ $bubble-margin: .25rem; background-color: #90e18d !important; } } + + .bubble-beside-button { + right: auto; + left: -46px; + transform: scaleX(-1); + } } .reply-markup {