UX: topic admin button should match height of siblings (#26973)

This commit is contained in:
Kris 2024-05-13 11:23:00 -04:00 committed by GitHub
parent f840f37a54
commit 1c26fe892a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View File

@ -91,6 +91,7 @@ export default class TopicAdminMenu extends Component {
@triggerClass="toggle-admin-menu"
@modalForMobile={{true}}
@autofocus={{true}}
@class="btn-default btn-icon"
>
<:trigger>
{{icon "wrench"}}

View File

@ -171,6 +171,10 @@
touch-action: none;
min-width: 6em;
.topic-admin-menu-button .btn {
height: 100%;
}
.timeline-controls {
margin-bottom: 1em;
}