mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 15:25:35 +08:00
FIX: Hide chat message header with new argument (#24346)
This commit is contained in:
parent
7f3f682f67
commit
70b72ee893
|
@ -20,6 +20,7 @@ export default class ChatModalNewMessage extends Component {
|
|||
class="chat-modal-new-message"
|
||||
@title="chat.new_message_modal.title"
|
||||
@inline={{@inline}}
|
||||
@hideHeader={{true}}
|
||||
>
|
||||
<MessageCreator @onClose={{@closeModal}} @channel={{@model}} />
|
||||
</DModal>
|
||||
|
|
|
@ -8,10 +8,6 @@
|
|||
padding: 0;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.modal-inner-container {
|
||||
width: var(--modal-max-width);
|
||||
box-shadow: var(--shadow-dropdown);
|
||||
|
|
Loading…
Reference in New Issue
Block a user