From 511014d04380fec911ce13f11f665e2fb7f8e5c3 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 16 Nov 2021 23:30:21 +0100 Subject: [PATCH] [style] Fix style on extra small devices * Show only one day in the agenda view if devices has a very low width. * Fix very tiny font on small devices --- src/components/overview/AgendaView.vue | 19 ++++++++----------- src/components/overview/slots/EventSlot.vue | 8 ++++---- src/pages/Overview.vue | 18 +++++++----------- 3 files changed, 19 insertions(+), 26 deletions(-) diff --git a/src/components/overview/AgendaView.vue b/src/components/overview/AgendaView.vue index a090467..d33dfc5 100644 --- a/src/components/overview/AgendaView.vue +++ b/src/components/overview/AgendaView.vue @@ -49,6 +49,7 @@