This commit is contained in:
Er2 2022-04-01 21:53:24 +03:00
parent 8b4d980800
commit 9148a7464e
2 changed files with 4 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#channels li,
div[class^="tabBarItem-"] {
margin-top: 8px;
padding: 0 12px;
padding: 8px;
font-size: 11pt;
}

View File

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