From 451b6adce35f1c2910778ddbb2aef96d69d33eff Mon Sep 17 00:00:00 2001 From: tikitko Date: Thu, 23 Nov 2023 13:57:47 +0100 Subject: [PATCH] fix ui --- index.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index 25379f0..b960465 100644 --- a/index.css +++ b/index.css @@ -153,15 +153,19 @@ } .modal { - --bs-modal-width: 500px; + --bs-modal-width: 450px; } @media (min-width:992px) { .modal { - --bs-modal-width: 700px; + --bs-modal-width: 650px; } } +#logoutModal { + --bs-modal-width: 400px; +} + .modal-content { overflow: hidden; }