Updated homepage indicator, reduced html output

This commit is contained in:
litemotiv
2025-01-18 23:11:42 +01:00
parent dd62a18333
commit 81eeb53987
2 changed files with 21 additions and 25 deletions

View File

@@ -17,23 +17,6 @@
padding: 1em;
}
.user-list {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
list-style-type: none;
padding: 0;
}
.user-list li {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 10em;
}
.user-list::after {
content: "";
}
body {
margin: auto;
padding: 1em;
@@ -140,6 +123,24 @@ code > span.fl {
padding-top: 5px;
}
.user-list {
display: flex;
flex-flow: row wrap;
justify-content: space-evenly;
list-style-type: none;
padding: 0;
}
.user-list a {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
flex: 10em;
}
.user-list b {
background-color: #fb5;
color:#000;
}
input[type="text"],
textarea {
background-color: #333;
@@ -294,10 +295,6 @@ pre {
border-radius: 0.25em; /* Slight border radius for better appearance */
padding: 0.5em; /* Padding for better readability */
}
.recently-updated a {
font-weight: bold;
color: #fb5 !important; /* Use !important to override other styles */
}
#active-users {
margin-top: 20px;