Missing files from commit
Run Tests on Branches / Frontend Tests (push) Has been cancelled
Run Tests on Branches / Backend Tests (push) Has been cancelled

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 17:44:36 +02:00
parent 7eb791f181
commit a58ce306bf
10 changed files with 497 additions and 126 deletions
+21
View File
@@ -313,6 +313,27 @@
.location-error {
color: var(--error);
font-size: 0.85rem;
display: flex;
align-items: center;
gap: 0.5rem;
flex-wrap: wrap;
}
.retry-location-btn {
background: var(--error);
color: white;
border: none;
padding: 0.25rem 0.6rem;
border-radius: var(--radius);
font-size: 0.8rem;
font-weight: 600;
cursor: pointer;
white-space: nowrap;
transition: opacity 0.15s;
}
.retry-location-btn:hover {
opacity: 0.85;
}
.location-source {