mirror of https://github.com/zulip/zulip.git
Hide the composebox's personal-message bar by default.
The form decides which fields to require based on whether or not the personal-message bar is showing. Hide it by default. (Otherwise, both the 'Stream' and 'Huddle' prompts show up, and you're obligated to fill out both of them.) (imported from commit 13521ed5b7849f41c0335157d468f5e463c7f62d)
This commit is contained in:
parent
358351d423
commit
9ecb978388
|
@ -235,6 +235,10 @@ img.profile_picture {
|
|||
filter: alpha(opacity=40);
|
||||
}
|
||||
|
||||
.zephyr_compose_table #personal-message {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#connection-error {
|
||||
margin-top: 5px;
|
||||
display: none;
|
||||
|
|
Loading…
Reference in New Issue