UX: fix overflowing quote bar (#27938)
This commit is contained in:
parent
fa3709041b
commit
754ccebe80
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue