@mirai/core 0.4.466 → 0.4.467
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.
|
@@ -137,10 +137,20 @@
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
|
|
141
|
+
/* S */
|
|
142
|
+
@media only screen and (min-width: 481px) {
|
|
143
|
+
.inputsMode>* {
|
|
144
|
+
height: 100%;
|
|
145
|
+
max-height: calc(var(--mirai-ui-space-XXL) * 2);
|
|
146
|
+
}
|
|
147
|
+
}
|
|
148
|
+
|
|
140
149
|
@keyframes textGradient {
|
|
141
150
|
0% {
|
|
142
151
|
background-position: 0% 0%;
|
|
143
152
|
}
|
|
153
|
+
|
|
144
154
|
100% {
|
|
145
155
|
background-position: 100% 0%;
|
|
146
156
|
}
|