diff --git a/plugins/chat/assets/stylesheets/common/chat-drawer.scss b/plugins/chat/assets/stylesheets/common/chat-drawer.scss index b80d04a5945..4fd73357b9f 100644 --- a/plugins/chat/assets/stylesheets/common/chat-drawer.scss +++ b/plugins/chat/assets/stylesheets/common/chat-drawer.scss @@ -73,8 +73,8 @@ html.rtl { background: var(--secondary); border: 1px solid var(--primary-low); border-bottom: 0; - border-top-left-radius: 8px; - border-top-right-radius: 8px; + border-top-left-radius: var(--border-radius-large); + border-top-right-radius: var(--border-radius-large); box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.125); box-sizing: border-box; display: flex; diff --git a/plugins/chat/assets/stylesheets/common/chat-message-actions.scss b/plugins/chat/assets/stylesheets/common/chat-message-actions.scss index 64674429b90..e44650921d2 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message-actions.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message-actions.scss @@ -160,9 +160,7 @@ } &:first-child { - border-bottom-left-radius: 0.25em; border-left-color: var(--primary-300); - border-top-left-radius: 0.25em; } &.reacted {