diff --git a/src/components/messenger/chat/styles.scss b/src/components/messenger/chat/styles.scss index 5169ca67a..3f21dc799 100644 --- a/src/components/messenger/chat/styles.scss +++ b/src/components/messenger/chat/styles.scss @@ -127,6 +127,10 @@ $title-bar-border-radius: 8px 8px 0px 0px; overflow: hidden; width: 100%; + @media only screen and (min-width: 2561px) and (min-height: 1440px) { + min-width: 1558px; + } + .direct-message-chat__content { height: 100vh; width: unset; diff --git a/src/main.scss b/src/main.scss index bbacf7541..89dea9543 100644 --- a/src/main.scss +++ b/src/main.scss @@ -32,6 +32,10 @@ $border-color-hover: theme-zui.$color-primary-7; justify-content: space-between; margin: 0 auto; width: 100%; + + @media only screen and (min-width: 2560px) and (min-height: 1440px) { + width: unset; + } } &.messenger-full-screen {