style(calendar_view): apply a padding

This commit is contained in:
Elian Doran 2025-02-15 10:35:14 +02:00
parent 557e4cdfea
commit 4dc2803cc6
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ const TPL = `
position: relative;
height: 100%;
user-select: none;
padding: 10px;
}
.calendar-view a {