UX: fix overflowing quote bar (#27938)

This commit is contained in:
chapoi 2024-07-16 21:17:44 +02:00 committed by GitHub
parent fa3709041b
commit 754ccebe80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 11 additions and 0 deletions

View File

@ -584,6 +584,17 @@ aside.quote {
.buttons {
display: flex;
flex-wrap: wrap;
@media screen and (max-width: 420px) {
flex-direction: column;
align-items: flex-start;
.btn,
.ai-post-helper {
width: 100%;
justify-content: flex-start;
}
}
}
.extra {