Added new modules and updated existing logic

This commit is contained in:
Dieter Neumann
2026-02-24 13:32:01 +01:00
parent 2a4b4ed5fe
commit ad734273ce
694 changed files with 27935 additions and 610 deletions

View File

@@ -0,0 +1,13 @@
.online-users-menu-menu {
background: var(--surface);
box-shadow: none;
border: 1px solid var(--border-color);
}
.online-users-menu-list {
min-width: 240px;
}
.online-users-menu-scroll {
height: 250px;
}