mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 13:09:18 +08:00
mobile: modal max size
This commit is contained in:
parent
6455bd4fc6
commit
d49aa1acd0
|
@ -0,0 +1,9 @@
|
|||
.chat-modal-new-message {
|
||||
.modal-inner-container {
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
max-height: inherit;
|
||||
}
|
||||
}
|
|
@ -17,3 +17,4 @@
|
|||
@import "chat-channel-members";
|
||||
@import "chat-channel-settings";
|
||||
@import "chat-form";
|
||||
@import "chat-modal-new-message";
|
||||
|
|
Loading…
Reference in New Issue
Block a user