UI: show clear storage state and hide migrate button when not needed

This commit is contained in:
Ponte
2026-02-11 19:28:18 +01:00
parent 73c3e30744
commit 3b86c381e3
3 changed files with 33 additions and 1 deletions

View File

@@ -75,6 +75,17 @@ body {
font-size: 0.9rem;
}
.storage-state {
margin: 0 0 0.9rem;
font-size: 0.88rem;
font-weight: 600;
color: #1e3d5d;
background: #e5eef8;
border: 1px solid #d2e0ef;
border-radius: 10px;
padding: 0.45rem 0.6rem;
}
.app-shell {
width: min(1100px, 94vw);
margin: 2rem auto;