UX: topic admin button should match height of siblings (#26973)
This commit is contained in:
parent
f840f37a54
commit
1c26fe892a
|
@ -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"}}
|
||||
|
|
|
@ -171,6 +171,10 @@
|
|||
touch-action: none;
|
||||
min-width: 6em;
|
||||
|
||||
.topic-admin-menu-button .btn {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.timeline-controls {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue