diff --git a/src/styles/chat/_index.scss b/src/styles/chat/_index.scss index 373240a..46b4ae5 100644 --- a/src/styles/chat/_index.scss +++ b/src/styles/chat/_index.scss @@ -1,8 +1,12 @@ -#messages { - - .chat-view { - height: calc(100vh - 50px - 78px); +.chat-view { + height: calc(100vh - 50px - 78px); + + @media (max-width: 768px) { + height: calc(100vh - 50px - 68px); } +} + +.message-header { @media (max-width: 768px) {