From 1c971975ddb3e59445a8b48f946252b98cd8bb61 Mon Sep 17 00:00:00 2001 From: paulmart-n Date: Thu, 14 Dec 2023 22:29:39 +0100 Subject: [PATCH] Plan-Buttons --- static/cal.css | 2 +- static/cal.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/cal.css b/static/cal.css index b96e217..b569b68 100644 --- a/static/cal.css +++ b/static/cal.css @@ -32,7 +32,7 @@ select { } .userbuttons { - width: 90%; + width: 95%; position: absolute; display: flex; justify-content: end; diff --git a/static/cal.scss b/static/cal.scss index a2314ec..30e1cec 100644 --- a/static/cal.scss +++ b/static/cal.scss @@ -32,7 +32,7 @@ select { } .userbuttons { - width: 90%; + width: 95%; position: absolute; display: flex; justify-content: end;