Browse Source

make logo fit size of user image avatar circle. closes #230

pull/238/head
Gabe Kangas 5 years ago
parent
commit
250dcf1d75
  1. 2
      webroot/styles/user-content.css

2
webroot/styles/user-content.css

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
width: var(--user-image-width);
height: var(--user-image-width);
max-height: var(--user-image-width);
background-size: calc(var(--user-image-width) - 1em);
background-size: calc(var(--user-image-width));
}
.user-social-item .platform-icon {

Loading…
Cancel
Save