diff --git a/src/app/components/main-chat/channel-informations/channel-informations.component.scss b/src/app/components/main-chat/channel-informations/channel-informations.component.scss
index 960a915..91ec484 100644
--- a/src/app/components/main-chat/channel-informations/channel-informations.component.scss
+++ b/src/app/components/main-chat/channel-informations/channel-informations.component.scss
@@ -1,4 +1,4 @@
-@import "./../../../../styles.scss";
+@import "./../../../../assets/mixins/responsive.scss";
.menu {
position: absolute;
diff --git a/src/app/components/main-chat/chat-content/chat-content.component.scss b/src/app/components/main-chat/chat-content/chat-content.component.scss
index 7c08158..8e02997 100644
--- a/src/app/components/main-chat/chat-content/chat-content.component.scss
+++ b/src/app/components/main-chat/chat-content/chat-content.component.scss
@@ -1,4 +1,4 @@
-@import "../../../../styles.scss";
+@import "../../../../assets/mixins/responsive.scss";
section {
display: flex;
@@ -52,7 +52,7 @@ section {
section {
height: calc(100vh - 144px);
}
-
+
.privatChatHeight {
height: calc(100vh - 158px);
}
diff --git a/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss b/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss
index d627f6d..f546a5d 100644
--- a/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss
+++ b/src/app/components/main-chat/chat-msg-box/chat-msg-box.component.scss
@@ -1,4 +1,4 @@
-@import "../../../../styles.scss";
+@import "../../../../assets/mixins/responsive.scss";
section {
width: auto;
diff --git a/src/app/components/main-chat/info/info.component.scss b/src/app/components/main-chat/info/info.component.scss
index f1b9e37..06033df 100644
--- a/src/app/components/main-chat/info/info.component.scss
+++ b/src/app/components/main-chat/info/info.component.scss
@@ -1,4 +1,4 @@
-@import "../../../../styles.scss";
+@import "../../../../assets/mixins/responsive.scss";
section {
padding: 32px 48px;
diff --git a/src/app/components/main-chat/main-chat.component.scss b/src/app/components/main-chat/main-chat.component.scss
index a5ddc60..525ed42 100644
--- a/src/app/components/main-chat/main-chat.component.scss
+++ b/src/app/components/main-chat/main-chat.component.scss
@@ -1,4 +1,4 @@
-@import "./../../../styles.scss";
+@import "./../../../assets/mixins/responsive.scss";
section {
height: 100%;
diff --git a/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.scss b/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.scss
index bdd54d9..2a21946 100644
--- a/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.scss
+++ b/src/app/components/main-chat/show-channel-member/open-send-prv-message-window/open-send-prv-message-window.component.scss
@@ -1,4 +1,4 @@
-@import "../../../../../styles.scss";
+@import "../../../../../assets/mixins/responsive.scss";
.darkBackground {
position: absolute;
diff --git a/src/app/components/main-chat/show-channel-member/show-channel-member.component.scss b/src/app/components/main-chat/show-channel-member/show-channel-member.component.scss
index 9da2dbb..1a9122b 100644
--- a/src/app/components/main-chat/show-channel-member/show-channel-member.component.scss
+++ b/src/app/components/main-chat/show-channel-member/show-channel-member.component.scss
@@ -1,4 +1,4 @@
-@import "../../../../styles.scss";
+@import "../../../../assets/mixins/responsive.scss";
.darkBackground {
position: absolute;
diff --git a/src/app/components/main-chat/single-chat/attachments/attachments.component.html b/src/app/components/main-chat/single-chat/attachments/attachments.component.html
index d69290c..a916f00 100644
--- a/src/app/components/main-chat/single-chat/attachments/attachments.component.html
+++ b/src/app/components/main-chat/single-chat/attachments/attachments.component.html
@@ -5,7 +5,6 @@
= RESPONSIVE_THRESHOLD
@@ -20,7 +19,6 @@
class="otherFiles"
src="./assets/img/attachments/{{ getFileType(imageUrl) }}.png"
alt="image"
- loading="lazy"
[ngStyle]="{
height:
openOnSecondaryChat && viewWidth >= RESPONSIVE_THRESHOLD
@@ -33,7 +31,6 @@
controls
preload="auto"
src="{{ imageUrl }}"
- loading="lazy"
[ngStyle]="{
width:
openOnSecondaryChat && viewWidth >= RESPONSIVE_THRESHOLD
@@ -46,7 +43,6 @@