#Status in Chat

1 messages · Page 1 of 1 (latest)

ornate field
#

heads up, this won't work if you use Accessibility settings to change color saturation

ancient wasp
ornate field
#

yeah unfortunately

ancient wasp
#

unless i change the svg paths but i tried that and they get rly weird

ancient wasp
#

instead of having the desktop/mobile/web/console icons, it just shows the default online/dnd/idle/offline icons

ornate field
# ancient wasp now it does

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

ancient wasp
ornate field
#

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

ancient wasp
#

yeah i forgot abt that

ornate field
#

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

ancient wasp
ornate field
#

oh yeah I guess that's true lol, would definitely be a lot haha

vernal wyvern
#

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;
}```
ancient wasp
vernal wyvern
#

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

ancient wasp
#

ohh okay, good to know

vernal wyvern
#

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

ancient wasp
#

hmm thats odd because for all the icons, except the offline one, all i did was change the svg path

vernal wyvern
#

It could happen with just the plugin as well, I never payed much attention because i think those icons are very ugly xD

ancient wasp
#

lol yeah thats the whole reason i changed it

warped forge
#

how did u cover up the the messages nd stuff