Show avatar when logged in and support logging out
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
transition-property: opacity, background-color;
|
||||
transition-duration: 0.15s;
|
||||
border-radius: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
+desktop() {
|
||||
height: 36px;
|
||||
@@ -55,6 +58,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.logout > img {
|
||||
height: 65%;
|
||||
max-width: 65%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
&.settings {
|
||||
&.off {
|
||||
background-image: url('/resources/images/icon_settings_white.svg');
|
||||
|
||||
Reference in New Issue
Block a user