mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: topic admin button should match height of siblings (#26973)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user