0

fix(header): remove padding from header avatar

This commit is contained in:
Gabe Kangas 2023-04-25 20:33:03 -07:00
parent bfefa51331
commit 0f04e1d305
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -22,7 +22,7 @@
.logoImage {
padding: 0.2rem;
margin-right: .75rem;
margin-right: 0.75rem;
display: none;
@include screen(desktop) {
@ -72,13 +72,12 @@
.avatar {
background-color: white;
padding: 0.2rem;
}
.chatOfflineText {
color: var(--theme-color-palette-8);
font-size: .75rem;
font-size: 0.75rem;
}
.toolTip {
font-size: .8rem;
font-size: 0.8rem;
}