diff --git a/src/pages/Worker/Card/WorkerCalendar.vue b/src/pages/Worker/Card/WorkerCalendar.vue
index fdfb3f9f8..379ba334f 100644
--- a/src/pages/Worker/Card/WorkerCalendar.vue
+++ b/src/pages/Worker/Card/WorkerCalendar.vue
@@ -138,7 +138,7 @@ watch([year, businessFk], () => refreshData());
auto-load
/>
-
+
@@ -170,13 +170,13 @@ watch([year, businessFk], () => refreshData());
{{ t('Autonomous worker') }}
-
+
{{
@@ -208,18 +208,20 @@ watch([year, businessFk], () => refreshData());
.calendar-container {
display: grid;
gap: 32px;
- grid-template-columns: repeat(3, minmax(0, 1fr));
+ grid-template-columns: repeat(3, minmax(0, 320px));
+ padding: 40px;
+ justify-content: center;
}
@media (max-width: $breakpoint-md) {
.calendar-container {
- grid-template-columns: repeat(2, minmax(0, 1fr));
+ grid-template-columns: repeat(2, minmax(0, 320px));
}
}
@media (max-width: $breakpoint-xs) {
.calendar-container {
- grid-template-columns: repeat(1, minmax(0, 1fr));
+ grid-template-columns: repeat(1, minmax(0, 320px));
}
}
diff --git a/src/pages/Worker/Card/WorkerCalendarItem.vue b/src/pages/Worker/Card/WorkerCalendarItem.vue
index 481d926c4..92fd3f47b 100644
--- a/src/pages/Worker/Card/WorkerCalendarItem.vue
+++ b/src/pages/Worker/Card/WorkerCalendarItem.vue
@@ -150,7 +150,7 @@ watch(props.year, (newValue) => {
-
+
{{
weekdayStore.getLocaleMonths[$props.month - 1].locale
@@ -199,7 +199,7 @@ watch(props.year, (newValue) => {
.q-calendar-month__day--content {
position: absolute;
- top: 0;
+ top: 1;
left: 0;
display: flex;
justify-content: center;
@@ -214,8 +214,8 @@ watch(props.year, (newValue) => {
display: flex;
justify-content: center;
align-items: center;
- width: 20px;
- height: 20px;
+ width: 2em;
+ height: 2em;
font-size: 0.75em;
line-height: 1.715em;
border-radius: 50%;