Merge branch 'main' into context-menu-ban-kick

This commit is contained in:
SauceyRed 2025-08-15 20:01:28 +02:00
commit 2c30b4e0cd
35 changed files with 789 additions and 695 deletions

View file

@ -37,7 +37,13 @@ function hideModalPopup() {
<style>
.member-item {
position: relative;
display: flex;
margin-top: .5em;
margin-bottom: .5em;
gap: .5em;
align-items: center;
text-align: left;
cursor: pointer;
}
.member-avatar {
@ -49,6 +55,7 @@ function hideModalPopup() {
.member-display-name {
cursor: pointer;
overflow: hidden;
text-overflow: ellipsis;
}
</style>