Resolve "Odd bottom sheet behavior with emojis in desktop view" and "Message text input hides sometimes"
This commit is contained in:
parent
21f02a8149
commit
d5b81ead41
1 changed files with 12 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue