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

@@ -9,7 +9,7 @@
flex-direction: column;
align-items: center;
line-height: normal;
margin: 2rem 0;
margin: .2rem 0 1rem 0;
}
.info-nome {
@@ -59,19 +59,8 @@
font-size: small;
}
.user-button {
border: 2px solid var(--card-border-color);
background: transparent;
text-align: center;
border-radius: 6px;
padding: .45rem 2rem;
width: 100%;
font-weight: 700;
line-height: normal;
}
.user-button.logout {
color: var(--mud-palette-error);
.content ::deep .user-button {
border: 1px solid var(--card-border-color) !important;
}
.user-button > i { font-size: large; }