Feature: add Google Drive backup and restore integration

This commit is contained in:
Ponte
2026-02-11 20:19:16 +01:00
parent 621beee036
commit 81d966b64a
9 changed files with 484 additions and 0 deletions

View File

@@ -86,6 +86,22 @@ body {
padding: 0.45rem 0.6rem;
}
.google-section {
border-top: 1px solid var(--border);
padding-top: 0.8rem;
}
.google-title {
margin: 0 0 0.5rem;
font-size: 0.98rem;
}
.google-state {
margin: 0 0 0.7rem;
font-size: 0.86rem;
color: var(--muted);
}
.app-shell {
width: min(1100px, 94vw);
margin: 2rem auto;