Refactor header

This commit is contained in:
Robert Long 2021-12-23 14:40:23 -08:00
commit eb620e9220
16 changed files with 307 additions and 130 deletions

View file

@ -1,3 +1,17 @@
.userButton svg * {
fill: var(--textColor1);
}
.avatar {
width: 24px;
height: 24px;
font-size: 12px;
}
@media (min-width: 800px) {
.avatar {
width: 32px;
height: 32px;
font-size: 15px;
}
}