mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 23:16:21 +00:00
🆙 Added emoji to the chat
This commit is contained in:
@@ -159,4 +159,32 @@
|
||||
&:hover {
|
||||
color: #419AD2;
|
||||
}
|
||||
}
|
||||
|
||||
.nitro-chat-input-container {
|
||||
.input-sizer {
|
||||
display: inline-grid;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
padding: 0 10px;
|
||||
|
||||
&::after,
|
||||
input {
|
||||
width: auto;
|
||||
min-width: 1em;
|
||||
grid-area: 1 / 2;
|
||||
margin: 0;
|
||||
resize: none;
|
||||
background: none;
|
||||
appearance: none;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
&::after {
|
||||
content: attr(data-value) ' ';
|
||||
visibility: hidden;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user