diff --git a/js/src/components/Event/DateCalendarIcon.vue b/js/src/components/Event/DateCalendarIcon.vue index ff450dc8b..65d4c543d 100644 --- a/js/src/components/Event/DateCalendarIcon.vue +++ b/js/src/components/Event/DateCalendarIcon.vue @@ -4,7 +4,11 @@ :class="{ small }" :style="`--small: ${smallStyle}`" > -
+
+ +
@@ -51,6 +59,13 @@ div.datetime-container { height: calc(10px * var(--small)); background: #f3425f; } + .datetime-container-header .weekday + { + font-size: calc(9px * var(--small)); + font-weight: bold; + vertical-align: top; + line-height: calc(9px * var(--small)); + } .datetime-container-content { height: calc(30px * var(--small)); }