Desktop: input emoji added

This commit is contained in:
10G Meow 2022-06-11 12:30:50 +03:00
parent a365b5cc26
commit 0acf6538d7
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;