mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Chat composer dropdown styling mobile (#25244)
This commit is contained in:
parent
9bc78625af
commit
60a4d09f1a
@ -26,6 +26,7 @@ export default class ChatComposerDropdown extends Component {
|
||||
@disabled={{@isDisabled}}
|
||||
@arrow={{true}}
|
||||
@placements={{array "top" "bottom"}}
|
||||
@identifier="chat-composer-dropdown__menu"
|
||||
...attributes
|
||||
as |menu|
|
||||
>
|
||||
|
@ -0,0 +1,18 @@
|
||||
[data-content][data-identifier="chat-composer-dropdown__menu"] {
|
||||
width: calc(100% - 2rem);
|
||||
max-width: unset;
|
||||
|
||||
.fk-d-menu__inner-content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chat-composer-dropdown {
|
||||
&__list {
|
||||
width: 100%;
|
||||
}
|
||||
&__action-btn {
|
||||
padding-block: 0.75rem;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,6 +1,7 @@
|
||||
@import "base-mobile";
|
||||
@import "chat-channel";
|
||||
@import "chat-composer";
|
||||
@import "chat-composer-dropdown";
|
||||
@import "chat-index";
|
||||
@import "chat-message-actions";
|
||||
@import "chat-message";
|
||||
|
Loading…
Reference in New Issue
Block a user