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

This commit is contained in:
10G Meow 2022-01-04 08:38:26 +00:00 committed by N Pex
parent 21f02a8149
commit d5b81ead41

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>