Files
magicmirrororg--magicmirror/defaultmodules/calendar/calendar.css
T
wehub-resource-sync dbe3ade0dc
Enforce Pull-Request Rules / check (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:19:24 +08:00

16 lines
208 B
CSS

.calendar .symbol {
display: flex;
flex-direction: row;
justify-content: flex-end;
gap: 5px;
}
.calendar .title {
padding: 0 10px;
}
.calendar .time {
padding-left: 20px;
text-align: right;
}