First commit of group-ironmen-master directory.

This commit is contained in:
2025-10-27 08:25:16 +08:00
commit a8467389ef
26390 changed files with 35396 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
player-interacting {
display: block;
visibility: hidden;
}
.player-interacting__name {
position: absolute;
top: 50%;
left: 0;
padding: 0 4px;
overflow: hidden;
text-overflow: ellipsis;
transform: translateY(-50%);
max-width: 100%;
}