mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
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={{
|
||||
|
||||
@@ -199,6 +199,12 @@
|
||||
margin: 14px 0;
|
||||
}
|
||||
|
||||
/*a {
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}*/
|
||||
|
||||
h1 {
|
||||
margin: 0;
|
||||
line-height: 1rem;
|
||||
|
||||
Reference in New Issue
Block a user