add reflection of user's login state to navbar

This commit is contained in:
2022-12-28 17:05:55 +01:00
parent 6b4a025e0e
commit d1feca9544
2 changed files with 56 additions and 17 deletions

View File

@@ -20,10 +20,24 @@
color: var(--color);
}
}
.partprofile {
background: rgba(255, 255, 255, 0.1);
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
}
.profile {
background: rgba(255, 255, 255, 0.1);
display: flex;
flex-direction: row;
align-items: center;
gap: 8px;
margin-left: auto;
background: var(--color);
color: var(--backdrop);
img {
height: 2.3rem;
border-radius: 50%;
}
}
.logo {
padding: 0 1rem;