forked from abner/for-legacy-web
fix: fixed channel sidebar on mobile
This commit is contained in:
@@ -62,7 +62,7 @@ export default function App() {
|
||||
}
|
||||
rightPanel={
|
||||
!inSpecial && inChannel
|
||||
? { width: 240, component: <RightSidebar /> }
|
||||
? { width: 236, component: <RightSidebar /> }
|
||||
: undefined
|
||||
}
|
||||
bottomNav={{
|
||||
|
||||
Reference in New Issue
Block a user