Merge branch '291-emoji-option-for-desktop' into 'dev'

Input emoji selection icon added for desktop view

Closes #291

See merge request keanuapp/keanuapp-weblite!101
This commit is contained in:
N Pex 2022-07-01 08:12:40 +00:00
commit 76d46513a0
2 changed files with 46 additions and 6 deletions

View file

@ -211,6 +211,16 @@ $admin-fg: white;
margin: 0;
padding: 0;
min-width: 48px;
&.input-more-icon {
svg {
fill: black;
}
@media #{map-get($display-breakpoints, 'sm-and-down')} {
display: none;
}
}
}
.input-area-text {
max-height: 30vh;