discourse/plugins/chat/assets/stylesheets/mobile/chat-composer-dropdown.scss

19 lines
314 B
SCSS

[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;
}
}
}