bugfixes
This commit is contained in:
parent
8b4d980800
commit
9148a7464e
2 changed files with 4 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#channels li,
|
||||
div[class^="tabBarItem-"] {
|
||||
margin-top: 8px;
|
||||
padding: 0 12px;
|
||||
padding: 8px;
|
||||
font-size: 11pt;
|
||||
}
|
||||
|
||||
|
|
|
@ -62,6 +62,7 @@ div[class^="focusLock-"]:not([aria-labelledby]) > div[class^="root-"] {
|
|||
flex-direction: row;
|
||||
background-color: var(--background-floating) !important;
|
||||
header {
|
||||
width: 260px;
|
||||
margin: 24px;
|
||||
|
||||
div[class^="avatar-"] {
|
||||
|
@ -96,5 +97,7 @@ div[class^="focusLock-"]:not([aria-labelledby]) > div[class^="root-"] {
|
|||
div[class^="body-"] {
|
||||
margin-left: 16px;
|
||||
height: 370px;
|
||||
& > *
|
||||
{ padding: 0 !important; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue