Skip to content
This repository has been archived by the owner on Sep 6, 2024. It is now read-only.

ShowMeYourName: Hover on message to show nick #915

Closed
2 of 3 tasks
WNnitro opened this issue Jul 18, 2024 · 3 comments
Closed
2 of 3 tasks

ShowMeYourName: Hover on message to show nick #915

WNnitro opened this issue Jul 18, 2024 · 3 comments

Comments

@WNnitro
Copy link

WNnitro commented Jul 18, 2024

Plugin Description

add a toggle-able feature so that instead of showing everyone's username at once, only show it when the user hovers over someone's message

Existing Plugin for other mod

No response

Request Agreement

  • I read the above and made sure my plugin is possible and allowed
  • I checked the existing plugins and made sure my plugin doesn't already exist
  • I searched the existing issues and made sure a similar request doesn't already exist
@nin0-dev
Copy link

with enough insanity this may be doable with CSS, I'll check

@nin0-dev
Copy link

actually was pretty easy

.vc-smyn-suffix {
    display: none;
}
div[class^="message_"]:hover .vc-smyn-suffix {
    display: inline;
}

@WNnitro
Copy link
Author

WNnitro commented Jul 18, 2024

actually was pretty easy

.vc-smyn-suffix {
    display: none;
}
div[class^="message_"]:hover .vc-smyn-suffix {
    display: inline;
}

tysm! though if this was implemented into the plugin itself it would be sick

@WNnitro WNnitro closed this as completed Jul 18, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants