Skip to content

Commit a21c472

Browse files
authored
Update home.css
1 parent 1abf9ca commit a21c472

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

home.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,12 @@ body {
185185
}
186186
}
187187

188-
/* Prevent zooming on input focus */
189188
@media (max-width: 480px) {
190189
input, select, textarea {
191190
font-size: 16px !important;
192191
}
193192
}
194193

195-
/* Dynamic viewport units for mobile browsers */
196194
@supports (height: 100dvh) {
197195
body {
198196
min-height: 100dvh;
@@ -201,4 +199,4 @@ body {
201199
#message-canvas {
202200
height: calc(100dvh - var(--header-height) - var(--input-height) - var(--safe-area-top) - var(--safe-area-bottom)) !important;
203201
}
204-
}
202+
}

0 commit comments

Comments
 (0)