UX: padding adjustment for empty channel message (#19105)

This commit is contained in:
Kris
2022-11-18 14:25:22 -05:00
committed by GitHub
parent 86bf46a24b
commit 8dff9a7fd2

View File

@@ -169,6 +169,7 @@ $float-height: 530px;
.public-channel-empty-message {
margin: 0 0.5em 0.5em 0.5em;
padding: 0 1em;
}
.chat-channel-divider {