);
};
diff --git a/src/components/Thread/styling/Thread.scss b/src/components/Thread/styling/Thread.scss
index b0bce7c97..0d0feda27 100644
--- a/src/components/Thread/styling/Thread.scss
+++ b/src/components/Thread/styling/Thread.scss
@@ -49,4 +49,4 @@
.str-chat__main-panel-inner {
height: 100%;
}
-}
\ No newline at end of file
+}
diff --git a/src/components/Thread/styling/ThreadHead.scss b/src/components/Thread/styling/ThreadHead.scss
index 38bce5f72..2a4c8a8a8 100644
--- a/src/components/Thread/styling/ThreadHead.scss
+++ b/src/components/Thread/styling/ThreadHead.scss
@@ -20,4 +20,4 @@
color: var(--chat-text-system);
font: var(--str-chat__metadata-emphasis-text);
}
-}
\ No newline at end of file
+}
diff --git a/src/components/Thread/styling/ThreadHeader.scss b/src/components/Thread/styling/ThreadHeader.scss
index 7ef2ca1bb..23257bd5e 100644
--- a/src/components/Thread/styling/ThreadHeader.scss
+++ b/src/components/Thread/styling/ThreadHeader.scss
@@ -26,7 +26,6 @@
--str-chat__thread-header-box-shadow: none;
}
-
.str-chat__thread-header {
@include utils.header-layout;
@include utils.component-layer-overrides('thread-header');
@@ -74,4 +73,12 @@
fill: var(--str-chat__thread-color);
}
}
-}
\ No newline at end of file
+}
+
+.str-chat__chat-view__threads {
+ .str-chat__thread-header {
+ .str-chat__thread-header-details {
+ align-items: center;
+ }
+ }
+}
diff --git a/src/components/Threads/ThreadList/styling/ThreadListHeader.scss b/src/components/Threads/ThreadList/styling/ThreadListHeader.scss
index 096407ae1..a60e2cd74 100644
--- a/src/components/Threads/ThreadList/styling/ThreadListHeader.scss
+++ b/src/components/Threads/ThreadList/styling/ThreadListHeader.scss
@@ -21,7 +21,9 @@
&.str-chat__thread-list__header--sidebar-collapsed {
opacity: 0;
pointer-events: none;
- transform: translateX(calc(0px - var(--str-chat__channel-list-transition-offset, 8px)));
+ transform: translateX(
+ calc(0px - var(--str-chat__channel-list-transition-offset, 8px))
+ );
.str-chat__header-sidebar-toggle {
// Compact styling when sidebar collapsed
diff --git a/src/i18n/de.json b/src/i18n/de.json
index a391a74fe..c3a5476c3 100644
--- a/src/i18n/de.json
+++ b/src/i18n/de.json
@@ -123,6 +123,7 @@
"Delete for me": "Für mich löschen",
"Delete message": "Nachricht löschen",
"Delivered": "Zugestellt",
+ "Direct message": "Direktnachricht",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Möchten Sie diese Umfrage jetzt beenden? Niemand wird mehr in dieser Umfrage abstimmen können.",
"Download attachment {{ name }}": "Anhang {{ name }} herunterladen",
"Drag your files here": "Ziehen Sie Ihre Dateien hierher",
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 0d2e736a5..a9d090101 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -123,6 +123,7 @@
"Delete for me": "Delete for me",
"Delete message": "Delete message",
"Delivered": "Delivered",
+ "Direct message": "Direct message",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Do you want to end this poll now? Nobody will be able to vote in this poll anymore.",
"Download attachment {{ name }}": "Download attachment {{ name }}",
"Drag your files here": "Drag your files here",
diff --git a/src/i18n/es.json b/src/i18n/es.json
index 12f8a8171..0de68dc8b 100644
--- a/src/i18n/es.json
+++ b/src/i18n/es.json
@@ -130,6 +130,7 @@
"Delete for me": "Eliminar para mí",
"Delete message": "Eliminar mensaje",
"Delivered": "Entregado",
+ "Direct message": "Mensaje directo",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "¿Quieres terminar esta encuesta ahora? Nadie podrá votar más en esta encuesta.",
"Download attachment {{ name }}": "Descargar adjunto {{ name }}",
"Drag your files here": "Arrastra tus archivos aquí",
diff --git a/src/i18n/fr.json b/src/i18n/fr.json
index 5db7711b9..83a4e7f75 100644
--- a/src/i18n/fr.json
+++ b/src/i18n/fr.json
@@ -130,6 +130,7 @@
"Delete for me": "Supprimer pour moi",
"Delete message": "Supprimer le message",
"Delivered": "Publié",
+ "Direct message": "Message direct",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Voulez-vous terminer ce sondage maintenant ? Personne ne pourra plus voter dans ce sondage.",
"Download attachment {{ name }}": "Télécharger la pièce jointe {{ name }}",
"Drag your files here": "Glissez vos fichiers ici",
diff --git a/src/i18n/hi.json b/src/i18n/hi.json
index 87c30d4cd..430b66e3c 100644
--- a/src/i18n/hi.json
+++ b/src/i18n/hi.json
@@ -123,6 +123,7 @@
"Delete for me": "मेरे लिए डिलीट करें",
"Delete message": "संदेश हटाएं",
"Delivered": "पहुंच गया",
+ "Direct message": "प्रत्यक्ष संदेश",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "क्या आप अभी इस पोल को समाप्त करना चाहते हैं? इस पोल में अब कोई भी वोट नहीं कर पाएगा।",
"Download attachment {{ name }}": "अनुलग्नक {{ name }} डाउनलोड करें",
"Drag your files here": "अपनी फ़ाइलें यहाँ खींचें",
diff --git a/src/i18n/it.json b/src/i18n/it.json
index d84e06cf8..33a13b551 100644
--- a/src/i18n/it.json
+++ b/src/i18n/it.json
@@ -130,6 +130,7 @@
"Delete for me": "Elimina per me",
"Delete message": "Elimina messaggio",
"Delivered": "Consegnato",
+ "Direct message": "Messaggio diretto",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Vuoi terminare questo sondaggio ora? Nessuno potrà più votare in questo sondaggio.",
"Download attachment {{ name }}": "Scarica l'allegato {{ name }}",
"Drag your files here": "Trascina i tuoi file qui",
diff --git a/src/i18n/ja.json b/src/i18n/ja.json
index 6ee3da900..61aab5711 100644
--- a/src/i18n/ja.json
+++ b/src/i18n/ja.json
@@ -122,6 +122,7 @@
"Delete for me": "自分用に削除",
"Delete message": "メッセージを削除",
"Delivered": "配信しました",
+ "Direct message": "ダイレクトメッセージ",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "このアンケートを今終了しますか?終了すると、誰も投票できなくなります。",
"Download attachment {{ name }}": "添付ファイル {{ name }} をダウンロード",
"Drag your files here": "ここにファイルをドラッグ",
diff --git a/src/i18n/ko.json b/src/i18n/ko.json
index 4db0921be..d7f585959 100644
--- a/src/i18n/ko.json
+++ b/src/i18n/ko.json
@@ -122,6 +122,7 @@
"Delete for me": "나만 삭제",
"Delete message": "메시지 삭제",
"Delivered": "배달됨",
+ "Direct message": "다이렉트 메시지",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "지금 이 투표를 종료하시겠습니까? 종료 후에는 더 이상 투표할 수 없습니다.",
"Download attachment {{ name }}": "첨부 파일 {{ name }} 다운로드",
"Drag your files here": "여기로 파일을 끌어다 놓으세요",
diff --git a/src/i18n/nl.json b/src/i18n/nl.json
index d11cf4952..991d99287 100644
--- a/src/i18n/nl.json
+++ b/src/i18n/nl.json
@@ -123,6 +123,7 @@
"Delete for me": "Voor mij verwijderen",
"Delete message": "Bericht verwijderen",
"Delivered": "Afgeleverd",
+ "Direct message": "Direct bericht",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Wil je deze peiling nu beëindigen? Niemand kan daarna meer op deze peiling stemmen.",
"Download attachment {{ name }}": "Bijlage {{ name }} downloaden",
"Drag your files here": "Sleep je bestanden hier naartoe",
diff --git a/src/i18n/pt.json b/src/i18n/pt.json
index 5793f3e65..83d874a24 100644
--- a/src/i18n/pt.json
+++ b/src/i18n/pt.json
@@ -130,6 +130,7 @@
"Delete for me": "Excluir para mim",
"Delete message": "Excluir mensagem",
"Delivered": "Entregue",
+ "Direct message": "Mensagem direta",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Deseja encerrar esta enquete agora? Ninguém poderá mais votar nesta enquete.",
"Download attachment {{ name }}": "Baixar anexo {{ name }}",
"Drag your files here": "Arraste seus arquivos aqui",
diff --git a/src/i18n/ru.json b/src/i18n/ru.json
index 891ed56b8..d20fdbf95 100644
--- a/src/i18n/ru.json
+++ b/src/i18n/ru.json
@@ -137,6 +137,7 @@
"Delete for me": "Удалить для меня",
"Delete message": "Удалить сообщение",
"Delivered": "Отправлено",
+ "Direct message": "Личное сообщение",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Вы хотите завершить этот опрос сейчас? После этого никто не сможет голосовать в этом опросе.",
"Download attachment {{ name }}": "Скачать вложение {{ name }}",
"Drag your files here": "Перетащите ваши файлы сюда",
diff --git a/src/i18n/tr.json b/src/i18n/tr.json
index 9d22ab412..2b72a1335 100644
--- a/src/i18n/tr.json
+++ b/src/i18n/tr.json
@@ -123,6 +123,7 @@
"Delete for me": "Benim için sil",
"Delete message": "Mesajı sil",
"Delivered": "İletildi",
+ "Direct message": "Doğrudan mesaj",
"Do you want to end this poll now? Nobody will be able to vote in this poll anymore.": "Bu anketi şimdi sonlandırmak istiyor musunuz? Sonlandırdıktan sonra bu ankette kimse oy kullanamayacak.",
"Download attachment {{ name }}": "Ek {{ name }}'i indir",
"Drag your files here": "Dosyalarınızı buraya sürükleyin",