UX: Chat more message actions adjustments (#32404)

This commit is contained in:
Jordan Vidrine
2025-04-22 16:36:21 -05:00
committed by GitHub
parent 822a4f8195
commit b888ec07cb
3 changed files with 3 additions and 8 deletions

View File

@ -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-bottom: none;
}

View File

@ -183,7 +183,7 @@ export default class ChatMessageActionsDesktop extends Component {
}}
@content={{this.messageInteractor.secondaryActions}}
@onChange={{this.messageInteractor.handleSecondaryActions}}
class="more-buttons secondary-actions"
class="more-buttons secondary-actions more-actions-chat"
/>
{{/if}}
</div>

View File

@ -107,12 +107,6 @@
}
}
.select-kit-body {
padding: 0.5rem;
box-shadow: var(--shadow-card);
border: 1px solid var(--primary-300);
}
.select-kit-row {
.texts .name {
font-size: var(--font-0);