Upload folder using huggingface_hub
Browse files- client/public/rebuild-nonce.txt +1 -1
- client/src/index.css +8 -1
client/public/rebuild-nonce.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Rebuild nonce: 2025-10-25T18:
|
|
|
|
| 1 |
+
Rebuild nonce: 2025-10-25T18:15:45Z
|
client/src/index.css
CHANGED
|
@@ -14,7 +14,14 @@
|
|
| 14 |
}
|
| 15 |
|
| 16 |
/* Font face moved to public/index.html to load from /fonts without bundler resolution */
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
/* Chrome-specific improvements */
|
| 20 |
html.is-chrome .safari-stable-form {
|
|
|
|
| 14 |
}
|
| 15 |
|
| 16 |
/* Font face moved to public/index.html to load from /fonts without bundler resolution */
|
| 17 |
+
|
| 18 |
+
/* Minimal Safari-specific fix for input jumping - only affects Safari, no layout changes */
|
| 19 |
+
@supports (-webkit-appearance: none) {
|
| 20 |
+
.safari-stable-form {
|
| 21 |
+
-webkit-transform: translateZ(0);
|
| 22 |
+
transform: translateZ(0);
|
| 23 |
+
}
|
| 24 |
+
}
|
| 25 |
|
| 26 |
/* Chrome-specific improvements */
|
| 27 |
html.is-chrome .safari-stable-form {
|