Ajoute un rafraîchissement forcé de l'application

This commit is contained in:
2026-04-12 20:21:12 +02:00
parent b2b19f6e8b
commit 22a6fa02fd
5 changed files with 217 additions and 6 deletions

View File

@@ -331,6 +331,38 @@ p {
margin-top: 1.2rem;
}
.setup-refresh-footer {
display: flex;
justify-content: center;
margin-top: 0.9rem;
padding-bottom: 0.35rem;
}
.refresh-link-button {
appearance: none;
border: 0;
padding: 0.3rem 0.45rem;
background: transparent;
color: var(--muted);
font: inherit;
font-size: 0.72rem;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
cursor: pointer;
opacity: 0.86;
}
.refresh-link-button:hover {
color: var(--text);
text-decoration: underline;
}
.refresh-link-button:disabled {
opacity: 0.56;
cursor: wait;
}
.panel {
padding: 1.35rem;
}