Upload folder using huggingface_hub
Browse files
src/fifa/frontend/src/App.vue
CHANGED
|
@@ -217,7 +217,8 @@ async function installPWA() {
|
|
| 217 |
bottom: 0;
|
| 218 |
left: 0;
|
| 219 |
right: 0;
|
| 220 |
-
padding: 0;
|
|
|
|
| 221 |
border-bottom: none;
|
| 222 |
border-top: 1px solid var(--border);
|
| 223 |
background: rgba(13, 31, 60, 0.97);
|
|
@@ -234,7 +235,8 @@ async function installPWA() {
|
|
| 234 |
align-items: center;
|
| 235 |
justify-content: center;
|
| 236 |
gap: 3px;
|
| 237 |
-
padding: 8px
|
|
|
|
| 238 |
border-bottom: none;
|
| 239 |
border-top: 2px solid transparent;
|
| 240 |
font-size: 10px;
|
|
|
|
| 217 |
bottom: 0;
|
| 218 |
left: 0;
|
| 219 |
right: 0;
|
| 220 |
+
padding: 0 8px;
|
| 221 |
+
padding-bottom: env(safe-area-inset-bottom, 0px); /* iOS home indicator */
|
| 222 |
border-bottom: none;
|
| 223 |
border-top: 1px solid var(--border);
|
| 224 |
background: rgba(13, 31, 60, 0.97);
|
|
|
|
| 235 |
align-items: center;
|
| 236 |
justify-content: center;
|
| 237 |
gap: 3px;
|
| 238 |
+
padding: 8px 6px 10px;
|
| 239 |
+
min-width: 0; /* allow shrink so labels don't overflow */
|
| 240 |
border-bottom: none;
|
| 241 |
border-top: 2px solid transparent;
|
| 242 |
font-size: 10px;
|