changed score calculation and added sorting and 'new' tag
This commit is contained in:
@@ -37,7 +37,7 @@ body {
|
||||
|
||||
main {
|
||||
width: 100%;
|
||||
max-width: 1200px;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
padding: 1rem;
|
||||
flex: 1;
|
||||
@@ -83,21 +83,6 @@ tr:hover {
|
||||
background-color: var(--hover-color);
|
||||
}
|
||||
|
||||
.score-cell {
|
||||
color: var(--primary-color);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.signature-cell {
|
||||
color: var(--text-muted);
|
||||
font-style: italic;
|
||||
font-size: 0.8rem;
|
||||
max-width: 200px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 2rem;
|
||||
text-align: center;
|
||||
|
||||
Reference in New Issue
Block a user