LaserFlash / steam-chat-skin

A customisable theme for the Steam Chat / Friends
https://chat.lasr.dev
GNU General Public License v3.0
65 stars 2 forks source link

avatar frames are larger than avatars (oversized) #86

Closed HeavenlyChorus closed 1 year ago

HeavenlyChorus commented 1 year ago

image

as screenshot shows, the avatars are only taking top left part of the frames, currently

LaserFlash commented 1 year ago

What config/options are you using?

I tried with

@import url(https://ccss.lasr.dev/friends-client/friends-client.css);
@import url(https://ccss.lasr.dev/friends-client/colourSet/discordColours.css);
@import url(https://ccss.lasr.dev/friends-client/avatarStyle/squareAvatar.css);
@import url(https://ccss.lasr.dev/friends-client/avatarStatus/discordStatus.css);
@import url(https://ccss.lasr.dev/friends-client/miniProfile/miniProfileBlur.css);
@import url(https://ccss.lasr.dev/friends-client/statusGlow/themedGlow.css);
@import url(https://ccss.lasr.dev/friends-client/shadowEffects/improvedShadow.css);

And that looks fine image


Its also possible that you have an old library skin conflicting and overriding the size of avatars.

HeavenlyChorus commented 1 year ago

What config/options are you using?

I tried with

@import url(https://ccss.lasr.dev/friends-client/friends-client.css);
@import url(https://ccss.lasr.dev/friends-client/colourSet/discordColours.css);
@import url(https://ccss.lasr.dev/friends-client/avatarStyle/squareAvatar.css);
@import url(https://ccss.lasr.dev/friends-client/avatarStatus/discordStatus.css);
@import url(https://ccss.lasr.dev/friends-client/miniProfile/miniProfileBlur.css);
@import url(https://ccss.lasr.dev/friends-client/statusGlow/themedGlow.css);
@import url(https://ccss.lasr.dev/friends-client/shadowEffects/improvedShadow.css);

And that looks fine image

Its also possible that you have an old library skin conflicting and overriding the size of avatars.

@import url(https://ccss.lasr.dev/friends-client/friends-client.css);
@import url(https://ccss.lasr.dev/friends-client/colourSet/steamColours.css);
@import url(https://ccss.lasr.dev/friends-client/avatarStyle/roundAvatar.css);
@import url(https://ccss.lasr.dev/friends-client/avatarStatus/discordStatus.css);
@import url(https://ccss.lasr.dev/friends-client/miniProfile/miniProfileBlur.css);
@import url(https://ccss.lasr.dev/friends-client/statusGlow/themedGlow.css);
@import url(https://ccss.lasr.dev/friends-client/shadowEffects/improvedShadow.css);
@import url();
HeavenlyChorus commented 1 year ago

image

im using Fluent by https://github.com/AikoMidori/SteamSkins and its still like this rn

HeavenlyChorus commented 1 year ago

weird that even i chose circle avatars in your skin, some are displayed square (the ones with avatar frames)

LaserFlash commented 1 year ago

weird that even i chose circle avatars in your skin, some are displayed square (the ones with avatar frames)

Yeah I have it so avatars with a frame always end up square, they look pretty stupid otherwise.

There is an option to hide frames and have the avatar round though.

LaserFlash commented 1 year ago

image

im using Fluent by https://github.com/AikoMidori/SteamSkins and its still like this rn

Hmm, I don't think that should conflict, not with the new patching process.

Were you on the steam beta before they rolled out the client changes?

If not and you only just updated to the new SFP did you reset everything before upgrading (as required)?

https://github.com/PhantomGamers/SFP/releases/tag/0.0.45-alpha

If not any library skin you used to use could still be being applied, and causing problems.

HeavenlyChorus commented 1 year ago

image im using Fluent by https://github.com/AikoMidori/SteamSkins and its still like this rn

Hmm, I don't think that should conflict, not with the new patching process.

Were you on the steam beta before they rolled out the client changes?

If not and you only just updated to the new SFP did you reset everything before upgrading (as required)?

https://github.com/PhantomGamers/SFP/releases/tag/0.0.45-alpha

If not any library skin you used to use could still be being applied, and causing problems.

oh that's it! i didnt reset, did just now and its all good, thanks