mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 16:24:17 +08:00
19 lines
314 B
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;
|
|
}
|
|
}
|
|
}
|