We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abf9ca commit a21c472Copy full SHA for a21c472
1 file changed
home.css
@@ -185,14 +185,12 @@ body {
185
}
186
187
188
-/* Prevent zooming on input focus */
189
@media (max-width: 480px) {
190
input, select, textarea {
191
font-size: 16px !important;
192
193
194
195
-/* Dynamic viewport units for mobile browsers */
196
@supports (height: 100dvh) {
197
body {
198
min-height: 100dvh;
@@ -201,4 +199,4 @@ body {
201
199
#message-canvas {
202
200
height: calc(100dvh - var(--header-height) - var(--input-height) - var(--safe-area-top) - var(--safe-area-bottom)) !important;
203
204
-}
+}
0 commit comments