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%; }