.full-page-chat { #main-chat-outlet.chat-view { grid-template-areas: "list" "footer"; } .channels-list { grid-area: list; padding-bottom: 0; } } .has-full-page-chat div#reply-control { display: none; }