converse-muc-bottom-panel { display: contents; } .muc-bottom-panel { height: 3em; padding: 0.5em; text-align: center; font-size: var(--font-size-small); background-color: var(--chatroom-head-bg-color); color: white; &.muc-bottom-panel--muted { height: 4em; width: 100%; } &.muc-bottom-panel--nickname { padding: 0; height: 16em; .muc-form-container { .chatroom-form { padding-top: 2em; padding-bottom: 0; } } } }