Added hamburger and member sidebar icons

This commit is contained in:
nizune
2021-07-08 18:39:03 +02:00
parent a4fee369c8
commit b316e41077
5 changed files with 16 additions and 13 deletions

View File

@@ -25,6 +25,11 @@ export default styled.div<Props>`
flex-shrink: 0;
}
.menu {
margin-inline-end: 8px;
color: var(--secondary-foreground);
}
/*@media only screen and (max-width: 768px) {
padding: 0 12px;
}*/