mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 21:54:42 +08:00
UX: Chat more message actions adjustments (#32404)
This commit is contained in:
@ -61,7 +61,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.composer-actions, .toolbar-popup-menu-options) .select-kit-filter {
|
&:not(.composer-actions, .toolbar-popup-menu-options, .more-actions-chat)
|
||||||
|
.select-kit-filter {
|
||||||
border: 1px solid var(--primary-low);
|
border: 1px solid var(--primary-low);
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
@ -183,7 +183,7 @@ export default class ChatMessageActionsDesktop extends Component {
|
|||||||
}}
|
}}
|
||||||
@content={{this.messageInteractor.secondaryActions}}
|
@content={{this.messageInteractor.secondaryActions}}
|
||||||
@onChange={{this.messageInteractor.handleSecondaryActions}}
|
@onChange={{this.messageInteractor.handleSecondaryActions}}
|
||||||
class="more-buttons secondary-actions"
|
class="more-buttons secondary-actions more-actions-chat"
|
||||||
/>
|
/>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
|
@ -107,12 +107,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.select-kit-body {
|
|
||||||
padding: 0.5rem;
|
|
||||||
box-shadow: var(--shadow-card);
|
|
||||||
border: 1px solid var(--primary-300);
|
|
||||||
}
|
|
||||||
|
|
||||||
.select-kit-row {
|
.select-kit-row {
|
||||||
.texts .name {
|
.texts .name {
|
||||||
font-size: var(--font-0);
|
font-size: var(--font-0);
|
||||||
|
Reference in New Issue
Block a user