Skip to content

Commit

Permalink
UX: topic admin button should match height of siblings (#26973)
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomerobot committed May 13, 2024
1 parent f840f37 commit 1c26fe8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/common/topic-timeline.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
touch-action: none;
min-width: 6em;

.topic-admin-menu-button .btn {
height: 100%;
}

.timeline-controls {
margin-bottom: 1em;
}
Expand Down

0 comments on commit 1c26fe8

Please sign in to comment.