Primo sviluppo sincronizzazione e migliorie ui

This commit is contained in:
2025-05-19 16:47:21 +02:00
parent 6f08ba87be
commit 626408412b
66 changed files with 1824 additions and 91 deletions

View File

@@ -29,6 +29,7 @@ a, .btn-link {
display: flex;
align-items: center;
flex-direction: column;
height: 84vh;
}
h1:focus { outline: none; }
@@ -71,6 +72,8 @@ h1:focus { outline: none; }
.page-title {
font-size: x-large;
font-weight: 800;
margin: 0;
line-height: normal;
color: var(--mud-palette-text-primary);
}
@@ -105,7 +108,7 @@ h1:focus { outline: none; }
display: block;
width: 100%;
border: 1px solid var(--card-border-color);
margin: 1.5rem 0;
margin: 1rem 0;
}
@supports (-webkit-touch-callout: none) {