fix: fixed channel sidebar on mobile

This commit is contained in:
trashtemp
2021-12-20 14:56:37 +01:00
parent 9298f205fc
commit 27bc4e74b9
4 changed files with 9 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ export default function App() {
}
rightPanel={
!inSpecial && inChannel
? { width: 240, component: <RightSidebar /> }
? { width: 236, component: <RightSidebar /> }
: undefined
}
bottomNav={{