add reflection of user's login state to navbar
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user