diff --git a/scss/chat-mobile.scss b/scss/chat-mobile.scss index 2261801..c2ed502 100644 --- a/scss/chat-mobile.scss +++ b/scss/chat-mobile.scss @@ -1,14 +1,5 @@ -html body.has-full-page-chat #main-outlet.wrap { +html body.has-full-page-chat #main-outlet { width: 100% !important; padding: 0 !important; background-color: var(--secondary) !important; } - -html body.chat-enabled #main-outlet { - width: 100% !important; - padding: 0 !important; - background-color: var(--secondary) !important; - .chat-channels { - height: var(--full-page-chat-height); - } -}