style(ui): set cursor for usernames in members list sidebar to pointer

This commit is contained in:
SauceyRed 2025-08-07 08:54:31 +02:00
parent dc4494a1db
commit 0d0dccaf84
Signed by: sauceyred
GPG key ID: 2BF92EB6D8A5CCA7

View file

@ -31,6 +31,7 @@ function hideModalPopup() {
</script>
<style>
.member-item {
position: relative;
}
@ -41,4 +42,9 @@ function hideModalPopup() {
min-width: 2.3em;
max-width: 2.3em;
}
.member-display-name {
cursor: pointer;
}
</style>