Sistemazioni grafiche

This commit is contained in:
2025-09-12 09:32:34 +02:00
parent 85f19acda6
commit b798b01da0
6 changed files with 19 additions and 9 deletions

View File

@@ -80,12 +80,15 @@
.title {
font-weight: 700;
margin-bottom: unset !important;
line-height: normal;
}
.section-time {
display: flex;
gap: .65rem;
min-width: max-content;
justify-content: flex-end;
align-items: center;
gap: .5rem;
}
.notification-time {
@@ -99,7 +102,7 @@
overflow: hidden;
}
.subtitle {
.notification-body ::deep > .subtitle {
font-size: 12px;
color: var(--mud-palette-drawer-text);
}