@ayseaistudio/ui-components 3.11.3 → 3.11.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -47,7 +47,6 @@
|
|
|
47
47
|
pointer-events: none;
|
|
48
48
|
}
|
|
49
49
|
|
|
50
|
-
/* Hidden file input */
|
|
51
50
|
.message-input-field .hidden-file-input {
|
|
52
51
|
display: none;
|
|
53
52
|
}
|
|
@@ -116,10 +115,12 @@
|
|
|
116
115
|
width: 20px !important;
|
|
117
116
|
}
|
|
118
117
|
|
|
119
|
-
.message-input-field .
|
|
118
|
+
.message-input-field .divide-vertical {
|
|
120
119
|
align-self: stretch;
|
|
121
120
|
position: relative;
|
|
122
121
|
width: 1px;
|
|
122
|
+
height: 20px;
|
|
123
|
+
background-color: rgba(176, 176, 176, 1);
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
.message-input-field .line-icons-arrow-down-filled-icons-default {
|
|
@@ -130,19 +131,16 @@
|
|
|
130
131
|
width: 20px !important;
|
|
131
132
|
}
|
|
132
133
|
|
|
133
|
-
/* Toolbar clickable icons */
|
|
134
134
|
.message-input-field .toolbar-icon {
|
|
135
135
|
cursor: pointer;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
/* Emoji trigger wrapper */
|
|
139
138
|
.message-input-field .emoji-trigger {
|
|
140
139
|
position: relative;
|
|
141
140
|
display: inline-block;
|
|
142
141
|
height: 20px;
|
|
143
142
|
}
|
|
144
143
|
|
|
145
|
-
/* Emoji panel overlay */
|
|
146
144
|
.message-input-field .emoji-panel {
|
|
147
145
|
position: absolute;
|
|
148
146
|
top: 28px;
|
|
@@ -156,8 +154,12 @@
|
|
|
156
154
|
z-index: 1000;
|
|
157
155
|
overflow-y: scroll;
|
|
158
156
|
}
|
|
157
|
+
|
|
158
|
+
.message-input-field .emoji-panel.emoji-panel--above {
|
|
159
|
+
top: auto;
|
|
160
|
+
bottom: 28px;
|
|
161
|
+
}
|
|
159
162
|
|
|
160
|
-
/* Emoji grid */
|
|
161
163
|
.message-input-field .emoji-grid {
|
|
162
164
|
display: grid;
|
|
163
165
|
grid-template-columns: repeat(6, 1fr);
|
|
@@ -165,9 +167,7 @@
|
|
|
165
167
|
max-height: 180px;
|
|
166
168
|
overflow-y: auto;
|
|
167
169
|
}
|
|
168
|
-
|
|
169
|
-
/* Emoji button */
|
|
170
|
-
.message-input-field .emoji-btn {
|
|
170
|
+
.message-input-field .emoji-btn {
|
|
171
171
|
font-size: 18px;
|
|
172
172
|
line-height: 24px;
|
|
173
173
|
width: 24px;
|