diff --git a/src/assets/css/chat.scss b/src/assets/css/chat.scss index acd71e7..d571e76 100644 --- a/src/assets/css/chat.scss +++ b/src/assets/css/chat.scss @@ -994,21 +994,12 @@ body { margin-left: 38px; } - .member::after { - content: " "; - display: block; - margin: 10px 0px; - bottom: 0px; - height: 1px; - background-color: #e1e1e1; - width: 100%; - } - .show-all { color: black; font-size: 14 * $chat-text-size; font-weight: bold; margin-left: 10px; + padding: 10px; [dir="rtl"] & { margin-left: initial; margin-right: 10px; diff --git a/src/assets/translations/en.json b/src/assets/translations/en.json index 84f83f7..0e123ad 100644 --- a/src/assets/translations/en.json +++ b/src/assets/translations/en.json @@ -23,6 +23,7 @@ }, "menu": { "start_private_chat": "Direct Message with this user", + "actions": "actions", "reply": "Reply", "edit": "Edit", "delete": "Delete", diff --git a/src/components/DeviceList.vue b/src/components/DeviceList.vue index 097ac5d..63e51ea 100644 --- a/src/components/DeviceList.vue +++ b/src/components/DeviceList.vue @@ -1,6 +1,5 @@