feat(header): give logo a slight border
This commit is contained in:
@@ -71,7 +71,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
background-color: white;
|
background-color: var(--theme-color-background-header);
|
||||||
|
box-sizing: content-box;
|
||||||
|
border-color: #ffffff26;
|
||||||
|
border-width: 2px;
|
||||||
|
border-style: solid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatOfflineText {
|
.chatOfflineText {
|
||||||
|
|||||||
Reference in New Issue
Block a user