Gestita pagina notifiche

This commit is contained in:
2025-09-11 16:06:19 +02:00
parent 7319378e75
commit 7bfe67a97c
30 changed files with 611 additions and 105 deletions

View File

@@ -22,8 +22,12 @@ a, .btn-link {
color: inherit;
}
/*ServicesIsDown" : "SystemOk" : "NetworkKo*/
article {
display: flex;
flex-direction: column;
}
/*ServicesIsDown" : "SystemOk" : "NetworkKo*/
.Connection {
padding: 0 .75rem;
font-weight: 700;
@@ -58,6 +62,8 @@ a, .btn-link {
transform: translateY(-35px);
}
.page > .Connection.Hide ~ main .bottom-sheet-container.show { bottom: -35px; }
.btn-primary {
color: #fff;
background-color: var(--primary-color);