width fixes

This commit is contained in:
unknown 2021-02-06 20:46:48 -05:00
parent d9a11f6b42
commit ea4eacadf9
3 changed files with 15 additions and 2 deletions

@ -20,6 +20,11 @@
position: absolute;
background-color: transparent;
bottom: 13px;
.container-3baos1 {
margin-left: -5px;
width: 235px;
}
}
}
}

@ -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);

@ -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);