style(calendar_view): apply a padding

pull/1183/head
Elian Doran 2025-02-15 10:35:14 +07:00
parent 557e4cdfea
commit 4dc2803cc6
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

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