From 7adbede4970d7d84be344555ddc5fd13681ab128 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 10 May 2023 11:15:22 +0530 Subject: [PATCH 1/6] border right fix --- css/fullcalendar.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index d3970b27f..771d72178 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -51,6 +51,9 @@ .fc { font-family: var(--font-face) !important; + .fc-scrollgrid.fc-scrollgrid-liquid{ + border-right-width: unset; + } } // ### FullCalendar Grid adjustments -- GitLab From 3c78c86064f1ad1989344214975f71a8785d45ca Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 10 May 2023 11:35:01 +0530 Subject: [PATCH 2/6] border right fix --- css/fullcalendar.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 771d72178..d3970b27f 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -51,9 +51,6 @@ .fc { font-family: var(--font-face) !important; - .fc-scrollgrid.fc-scrollgrid-liquid{ - border-right-width: unset; - } } // ### FullCalendar Grid adjustments -- GitLab From 2f3670645bea98a75a0e33dec979c9bedf0090ec Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 10 May 2023 11:47:01 +0530 Subject: [PATCH 3/6] width 100% --- css/fullcalendar.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index d3970b27f..6baeddcfe 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -270,3 +270,7 @@ .fc-daygrid-day-events { position:relative !important; } + +.content.app-calendar{ + width:100%; +} \ No newline at end of file -- GitLab From 6822150182818ea74be30b617d3b31cf4864b9ef Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 10 May 2023 12:08:25 +0530 Subject: [PATCH 4/6] width 100% --- css/fullcalendar.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 6baeddcfe..2a1e5c6ee 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -272,5 +272,6 @@ } .content.app-calendar{ - width:100%; + margin: 0 !important; + width: 100% !important; } \ No newline at end of file -- GitLab From a022e7155c781acb781bb99588f9db340fbf33b6 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 10 May 2023 12:19:18 +0530 Subject: [PATCH 5/6] width 100% --- css/fullcalendar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 2a1e5c6ee..9ccebe135 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -272,6 +272,6 @@ } .content.app-calendar{ - margin: 0 !important; + margin: 50px 0 0 0 !important; width: 100% !important; } \ No newline at end of file -- GitLab From 1c5da66a6642daab142b449d7734a273bf99c572 Mon Sep 17 00:00:00 2001 From: Avinash Gusain Date: Wed, 10 May 2023 12:39:42 +0530 Subject: [PATCH 6/6] width 100% --- css/fullcalendar.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/css/fullcalendar.scss b/css/fullcalendar.scss index 9ccebe135..d3970b27f 100644 --- a/css/fullcalendar.scss +++ b/css/fullcalendar.scss @@ -270,8 +270,3 @@ .fc-daygrid-day-events { position:relative !important; } - -.content.app-calendar{ - margin: 50px 0 0 0 !important; - width: 100% !important; -} \ No newline at end of file -- GitLab