-
-
Notifications
You must be signed in to change notification settings - Fork 3
Show status in chat #873
Comments
@Krammeth I want the bubble status, not the globe/phone icon. |
It still has the same functionality, if not more |
Well I don't like the look of it, even if you do. It makes it more cluttered in my opinion. |
There are a few ways to sort of do this in css by utilizing the platformindicator, here's a jank prototype I threw together which hides the icons and creates an arbitrarily placed circle with the same color: .header_f9f2ca { overflow: visible !important; }
.contents_f9f2ca .vc-platform-indicator { display: none; }
.contents_f9f2ca:has(.vc-platform-indicator)>.header_f9f2ca::after
{ content: "";
height:10px;
width:10px;
border-radius: 50%;
position: absolute;
left: -29px;
top: 30px;
z-index: 1;
border: 4px solid var(--background-primary); }
.contents_f9f2ca:has(.vc-platform-indicator>[fill="#f0b232"])>.header_f9f2ca::after{background: #f0b232;}
.contents_f9f2ca:has(.vc-platform-indicator>[fill="#f23f43"])>.header_f9f2ca::after{background: #f23f43;}
.contents_f9f2ca:has(.vc-platform-indicator>[fill="#23a55a"])>.header_f9f2ca::after{background: #23a55a;} |
@nvhhr I put that into the custom CSS section, and it didn't work. |
Odd, it works fine for me. Did you restart your discord after enabling platform indicators? |
I was curious to test it myself and it does not work for me either. And yeah I did restart - the icons show without the snippet. |
Plugin Description
Make it so you can see other people's status in a chat so you don't have to click on them.
Like this:
![image](https://private-user-images.githubusercontent.com/121742281/347062353-ed7dfff1-972d-41bf-a698-3a1b6db85237.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk4NzgsIm5iZiI6MTczOTQ3OTU3OCwicGF0aCI6Ii8xMjE3NDIyODEvMzQ3MDYyMzUzLWVkN2RmZmYxLTk3MmQtNDFiZi1hNjk4LTNhMWI2ZGI4NTIzNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QyMDQ2MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT01YmVjNzgwZTQ0NDUyZjg5ZDg1ZThjYWMwYjI2ZjMxZGNhYmU3NzA4NTVjNWM3ODcyMzRmMTJkOWFkZmMyYTkyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.n278qW9-LYNQy0_mADA5iL7Y9ws-WZCGeDONgLkkf2k)
![image](https://private-user-images.githubusercontent.com/121742281/347062443-ce992995-4f14-4d5d-af7b-6c2e8e8752cb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0Nzk4NzgsIm5iZiI6MTczOTQ3OTU3OCwicGF0aCI6Ii8xMjE3NDIyODEvMzQ3MDYyNDQzLWNlOTkyOTk1LTRmMTQtNGQ1ZC1hZjdiLTZjMmU4ZTg3NTJjYi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QyMDQ2MThaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05ZjljZDAwNzk1ZmUxMDdkNjYyNWZjZGFjMmU3OTJjMWNmNjQ3ZDY3Mjg1ZjZmZDVkZjAyNDA3Y2ViOWJiMGVmJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.6IEP6_FkKzklb_wbTntSBSjy0XX780KLosxHanMJkzU)
but in the channel
Existing Plugin for other mod
No response
Request Agreement
The text was updated successfully, but these errors were encountered: