mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
make logo fit size of user image avatar circle. closes #230
This commit is contained in:
parent
2aa9a86e3d
commit
250dcf1d75
@ -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…
x
Reference in New Issue
Block a user