#Status in Chat
1 messages · Page 1 of 1 (latest)
heads up, this won't work if you use Accessibility settings to change color saturation
oh true, but its the only way
yeah unfortunately
unless i change the svg paths but i tried that and they get rly weird
instead of having the desktop/mobile/web/console icons, it just shows the default online/dnd/idle/offline icons
now it does
uses svgs now
I just got the time to look at the CSS, and this unfortunately doesn't work with Accessibility colors on either. (can't check fill color using things like svg[fill="#f0b232"] )
I don't think it's possible to make a snippet support something like this without modifying the plugin itself
oh wait, yeah i forgot i did that mb, i was thinking since i wasnt manually setting the fill it would inherit it
it's just that the html is straight up different with different color setting, e.g. online color can be #23a55a or #30985c, #33955d, etc
yeah i forgot abt that
no worries
I'm looking at the source for PlatformIndicators, and it shouldn't be too difficult to make it return something like a --status-online variable that gets colored according to the theme/accessibility setting instead of the raw hex value
although if I were editing the plugin I might as well add a setting to just add this feature lol
would be better on performance at least
i mean i could also get a list of all the possible fill colors for each status, but maybe thats too much..
oh yeah I guess that's true lol, would definitely be a lot haha
This is very nice. Good job
I only did a minor css change (idk if its because of my device or not), but it got the icon better centralized for me
[class^=chatContent_] span[id^=message-username]
{
display: inline-flex;
margin-right: .25rem!important;
}```
for me that moves it lower so its less centered, but if it works for you thats good
Yeah I was trying around it seems to depend on the monitor/resolution and other stuff
In my laptop its better with that. But in my computer I had to tweak it a bit
ohh okay, good to know
I noticed that the position with the original css varies depending on the username
e.g. people with emojis in the name, or some capitalized letters
hmm thats odd because for all the icons, except the offline one, all i did was change the svg path
It could happen with just the plugin as well, I never payed much attention because i think those icons are very ugly xD
lol yeah thats the whole reason i changed it
how did u cover up the the messages nd stuff