UX: fix overlap obstructed anon topic reply (#24927)

This commit is contained in:
Ty Correll 2023-12-15 16:15:38 -06:00 committed by GitHub
parent fe06a76cab
commit e30da10486
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -543,7 +543,7 @@
@icon="reply"
@action={{route-action "showLogin"}}
@label="topic.reply.title"
class="btn-primary pull-right"
class="btn-primary"
/>
</div>
{{/if}}

View File

@ -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;