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:
commit
70270f450c
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