Upload folder using huggingface_hub
Browse files- client/public/rebuild-nonce.txt +1 -1
- client/src/index.css +6 -0
client/public/rebuild-nonce.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Rebuild nonce: 2025-10-25T19:
|
|
|
|
| 1 |
+
Rebuild nonce: 2025-10-25T19:35:30Z
|
client/src/index.css
CHANGED
|
@@ -15,6 +15,12 @@
|
|
| 15 |
|
| 16 |
/* Font face moved to public/index.html to load from /fonts without bundler resolution */
|
| 17 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
/* Chrome-specific improvements */
|
| 19 |
html.is-chrome .safari-stable-form {
|
| 20 |
background: #ffffff;
|
|
|
|
| 15 |
|
| 16 |
/* Font face moved to public/index.html to load from /fonts without bundler resolution */
|
| 17 |
|
| 18 |
+
/* Safari-specific fix for input jumping - font size prevents auto-zoom */
|
| 19 |
+
.safari-stable-form select,
|
| 20 |
+
.safari-stable-form textarea {
|
| 21 |
+
font-size: 16px !important;
|
| 22 |
+
}
|
| 23 |
+
|
| 24 |
/* Chrome-specific improvements */
|
| 25 |
html.is-chrome .safari-stable-form {
|
| 26 |
background: #ffffff;
|