diff --git a/app/assets/stylesheets/chat.scss b/app/assets/stylesheets/chat.scss
index f665c5492..a8e15353c 100644
--- a/app/assets/stylesheets/chat.scss
+++ b/app/assets/stylesheets/chat.scss
@@ -1249,7 +1249,6 @@
display: none;
justify-content: end;
-webkit-justify-content: flex-end;
-
}
.message__actions span {
@@ -1257,6 +1256,7 @@
font-size: 13px;
font-weight: bold;
cursor: pointer;
+ color: var(--theme-secondary-color, $medium-gray);
}
.chatmessage:hover .message__actions {
@@ -1287,6 +1287,7 @@
border: 2px solid;
background: var(--theme-background, #f5f6f7);
color: var(--theme-color, $black);
+ border-radius: 3px;
}
.modal__content h3 {
@@ -1305,6 +1306,7 @@
padding: 5px 20px;
cursor: pointer;
user-select: none;
+ border-radius: 3px;
}
.message__delete__modal__hide {
@@ -1314,4 +1316,4 @@
.message__delete__button {
background: #ff0000;
color: white;
-}
+}
\ No newline at end of file
diff --git a/app/javascript/chat/__tests__/__snapshots__/message.test.jsx.snap b/app/javascript/chat/__tests__/__snapshots__/message.test.jsx.snap
index 91f840a04..6d2b717e6 100644
--- a/app/javascript/chat/__tests__/__snapshots__/message.test.jsx.snap
+++ b/app/javascript/chat/__tests__/__snapshots__/message.test.jsx.snap
@@ -62,9 +62,6 @@ exports[`