mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 02:11:08 -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"
|
||||
@action={{route-action "showLogin"}}
|
||||
@label="topic.reply.title"
|
||||
class="btn-primary pull-right"
|
||||
class="btn-primary"
|
||||
/>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
@ -1499,6 +1499,11 @@ span.mention {
|
||||
}
|
||||
}
|
||||
|
||||
html.anon #topic-footer-buttons {
|
||||
display: flex;
|
||||
justify-content: end;
|
||||
}
|
||||
|
||||
#topic-footer-buttons {
|
||||
margin: var(--below-topic-margin) 0;
|
||||
padding: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user