-
{{m.username}}
-
-
{{m.message}}
-
{{m.date | amLocal | amDateFormat: 'l LT'}}
+
+
+
+
+
{{m.username}}
+
+
{{m.message}}
+
{{m.date | amLocal | amDateFormat: 'l LT'}}
+
diff --git a/src/Ombi/ClientApp/src/app/shared/chat-box/chat-box.component.scss b/src/Ombi/ClientApp/src/app/shared/chat-box/chat-box.component.scss
index 70f83b85f..4403ea369 100644
--- a/src/Ombi/ClientApp/src/app/shared/chat-box/chat-box.component.scss
+++ b/src/Ombi/ClientApp/src/app/shared/chat-box/chat-box.component.scss
@@ -195,6 +195,18 @@ html,body {
:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.9);
}
+.chatbox-message-box{
+ height: 90%;
+ width: 75%;
+ position: relative;
+ overflow-y: scroll;
+ display:flex;
+ flex-direction:column-reverse;
+}
+
+.chatbox__user-list p{
+ font-size:12px;
+}
// ::-webkit-scrollbar {
// width: 4px;