mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 10:20:58 -06:00
UX: fix overlap obstructed anon topic reply (#24927)
This commit is contained in:
parent
fe06a76cab
commit
e30da10486
@ -543,7 +543,7 @@
|
|||||||
@icon="reply"
|
@icon="reply"
|
||||||
@action={{route-action "showLogin"}}
|
@action={{route-action "showLogin"}}
|
||||||
@label="topic.reply.title"
|
@label="topic.reply.title"
|
||||||
class="btn-primary pull-right"
|
class="btn-primary"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
@ -1499,6 +1499,11 @@ span.mention {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html.anon #topic-footer-buttons {
|
||||||
|
display: flex;
|
||||||
|
justify-content: end;
|
||||||
|
}
|
||||||
|
|
||||||
#topic-footer-buttons {
|
#topic-footer-buttons {
|
||||||
margin: var(--below-topic-margin) 0;
|
margin: var(--below-topic-margin) 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user