Merge branch '189-odd-bottom-sheet-behavior-with-emojis-in-desktop-view' into 'main'

Resolve "Odd bottom sheet behavior with emojis in desktop view" and "Message text input hides sometimes"

Closes #182 and #189

See merge request keanuapp/keanuapp-weblite!27
This commit is contained in:
N Pex 2022-01-04 08:38:26 +00:00
commit 70270f450c

View file

@ -92,6 +92,18 @@ export default {
.card {
padding: 0px !important;
}
@media #{map-get($display-breakpoints, 'sm-and-down')} {
.card[data-state="close"] {
display: none;
}
}
}
@media #{map-get($display-breakpoints, 'sm-and-down')} {
.bottom-sheet-content[data-state="closed"] {
display: none;
}
}
</style>