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"
|
@triggerClass="toggle-admin-menu"
|
||||||
@modalForMobile={{true}}
|
@modalForMobile={{true}}
|
||||||
@autofocus={{true}}
|
@autofocus={{true}}
|
||||||
|
@class="btn-default btn-icon"
|
||||||
>
|
>
|
||||||
<:trigger>
|
<:trigger>
|
||||||
{{icon "wrench"}}
|
{{icon "wrench"}}
|
||||||
|
|||||||
@@ -171,6 +171,10 @@
|
|||||||
touch-action: none;
|
touch-action: none;
|
||||||
min-width: 6em;
|
min-width: 6em;
|
||||||
|
|
||||||
|
.topic-admin-menu-button .btn {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.timeline-controls {
|
.timeline-controls {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user