From bbcb1b43828c4406669f2f61f750706ed22c04b9 Mon Sep 17 00:00:00 2001 From: AbdullahUmer575 Date: Sat, 6 May 2023 23:24:01 +0500 Subject: [PATCH] added required responsiveness --- frontend/src/static/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/frontend/src/static/style.css b/frontend/src/static/style.css index 62a8f43d..1d2d2f15 100644 --- a/frontend/src/static/style.css +++ b/frontend/src/static/style.css @@ -385,19 +385,24 @@ a[data-toggle="collapse"] { .sidebar-body { display: flex; - width: 100%; + width: 80%; } .horizontalLine { - visibility: collapse; + display: none; } .sidebar-item-disconnect { display: flex; - width: 75%; + flex-direction: column; + width: 100%; margin: 0 auto; } + .sidebar-item-disconnect-outer { + width: 20%; + } + .sidebar-item-disconnect-buttons { margin-top: 2%; }