mirror of https://github.com/zulip/zulip.git
message view: Center-align text of an empty conversation/feed message.
Fixes: #6150
This commit is contained in:
parent
8bfc11bb98
commit
67abd9d1f7
|
@ -2332,9 +2332,6 @@ button.topic_edit_cancel {
|
|||
.empty_feed_notice {
|
||||
padding: 3em 4em;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.empty_feed_notice h4 {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -2342,11 +2339,6 @@ button.topic_edit_cancel {
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
#empty_narrow_private_message p,
|
||||
#empty_narrow_message p {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.message-fade,
|
||||
.user_sidebar_entry.user-fade {
|
||||
opacity: 0.4;
|
||||
|
|
Loading…
Reference in New Issue