Update style.css

This commit is contained in:
deepend-tildeclub 2024-08-17 10:54:28 -06:00 committed by GitHub
parent bee9ced345
commit e9fdc3f345
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -317,15 +317,6 @@ pre {
animation: scroll-left 30s linear infinite; /* Adjust the duration as needed */
}
.active-users-list ul::after {
content: "";
display: flex;
}
.active-users-list ul::after {
content: attr(data-content);
}
.active-users-list li {
display: inline-block;
padding: 0 20px; /* Space between usernames */