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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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 {