Wrap ft-icon buttons below before they go fully vertical (#4735)

This commit is contained in:
Emma 2024-03-02 20:16:28 -05:00 committed by GitHub
parent 6472c0374f
commit 9c2c4a9316
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -64,6 +64,19 @@
inset-inline-end: calc(50% - 20px);
}
}
@media screen and (max-width: 460px) {
flex-wrap: nowrap;
:deep(.iconDropdown) {
inset-inline-start: auto;
inset-inline-end: auto;
}
}
}
@media screen and (max-width: 460px) {
flex-direction: column;
align-items: flex-start;
margin-block-start: 10px;
}
}