Rivista UI

This commit is contained in:
2025-06-12 12:57:34 +02:00
parent 79fb383961
commit 0032648e76
22 changed files with 437 additions and 297 deletions

View File

@@ -20,7 +20,8 @@
justify-content: center;
align-items: flex-start;
gap: 0.6rem;
padding: 1rem 0.3rem;
padding-top: 1rem;
padding-bottom: 1rem;
overflow-x: hidden;
overflow-y: visible;
}
@@ -106,8 +107,8 @@
}
.day.selected {
background: var(--mud-palette-primary);
border: 1px solid var(--mud-palette-primary);
background: var(--mud-palette-secondary);
border: 1px solid var(--mud-palette-secondary);
color: white;
}
@@ -118,9 +119,10 @@
gap: 1rem;
overflow-y: auto;
flex-direction: column;
height: 70vh;
height: 75vh;
-ms-overflow-style: none;
scrollbar-width: none;
padding-bottom: 45px;
}
.appointments::-webkit-scrollbar { display: none; }
@@ -141,10 +143,6 @@
cursor: pointer;
}
.day.selected > .event-dot-container {
display: none;
}
.event-dot-container {
display: flex;
gap: 5px;