Added mobile chat and some responsiveness
weird 0 popping out when toggling chat. wasn't able to find which component is responsible. Used bare mininum scss. May refactor in the future.
This commit is contained in:
12
web/components/ui/Sidebar/Sidebar.module.scss
Normal file
12
web/components/ui/Sidebar/Sidebar.module.scss
Normal file
@@ -0,0 +1,12 @@
|
||||
.root {
|
||||
background-color: var(--gray-700);
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.root {
|
||||
display: flex;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user