fix(channel): last update before master merge

This commit is contained in:
trashtemp
2021-12-29 16:39:35 +01:00
parent cc531705b4
commit 086ab7b3bc
7 changed files with 139 additions and 88 deletions

View File

@@ -8,6 +8,13 @@ export default styled.div`
user-select: none;
flex-direction: row;
align-items: stretch;
/*background: var(--background);*/
background-color: rgba(
var(--background-rgb),
max(var(--min-opacity), 0.75)
);
backdrop-filter: blur(20px);
/*> * > ::-webkit-scrollbar-thumb {
width: 4px;