Fix: small fixes for mobile

This commit is contained in:
nizune
2021-07-02 11:39:07 +02:00
parent 9c2a769bbd
commit 212d70f382
4 changed files with 16 additions and 2 deletions

View File

@@ -87,6 +87,13 @@
}
}
@media only screen and (max-width: 768px) {
.list {
padding: 0 12px 12px 12px;
}
}
//! FIXME: Move this to the Header component, do this:
// 1. Check if header has topic, if yes, flex-grow: 0 on the title.
// 2. If header has no topic (example: friends page), flex-grow 1 on the header title.