From ea4eacadf907f32ef10b43cc6cbf31e0fbbc89ab Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 6 Feb 2021 20:46:48 -0500 Subject: [PATCH] width fixes --- src/main/_sidebar.scss | 5 +++++ src/support/BottomBar.theme.css | 6 +++++- src/support/BottomBar.user.css | 6 +++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/src/main/_sidebar.scss b/src/main/_sidebar.scss index 6c31449..725aa28 100644 --- a/src/main/_sidebar.scss +++ b/src/main/_sidebar.scss @@ -20,6 +20,11 @@ position: absolute; background-color: transparent; bottom: 13px; + + .container-3baos1 { + margin-left: -5px; + width: 235px; + } } } } \ No newline at end of file diff --git a/src/support/BottomBar.theme.css b/src/support/BottomBar.theme.css index 3684e24..b9730d4 100644 --- a/src/support/BottomBar.theme.css +++ b/src/support/BottomBar.theme.css @@ -1,6 +1,6 @@ /** * @name Bottom Bar - * @version 1.2.2 + * @version 1.2.3 * @description A nice, simple looking, bottom bar. * @author LuckFire#4800 * @@ -43,6 +43,10 @@ background-color: transparent; bottom: 13px; } +#app-mount .sidebar-2K8pFh .panels-j1Uci_ .container-3baos1 { + margin-left: -5px; + width: 235px; +} #app-mount .form-2fGMdU { background: var(--bar-primary); diff --git a/src/support/BottomBar.user.css b/src/support/BottomBar.user.css index e00d34b..d8d7273 100644 --- a/src/support/BottomBar.user.css +++ b/src/support/BottomBar.user.css @@ -4,7 +4,7 @@ @description A nice, simple looking, bottom bar. @author LuckFire#400 @namespace github.com/LuckFire/BottomBar - @version 1.2.2 + @version 1.2.3 ==/UserStyle== */ :root { --bar-primary: var(--background-tertiary); @@ -41,6 +41,10 @@ background-color: transparent; bottom: 13px; } + #app-mount .sidebar-2K8pFh .panels-j1Uci_ .container-3baos1 { + margin-left: -5px; + width: 235px; + } #app-mount .form-2fGMdU { background: var(--bar-primary);