feat: introduce weighting and popularity

This commit is contained in:
2025-02-12 15:39:52 +01:00
parent a34c88c18c
commit 3ec065aaf9
3 changed files with 45 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ h3 {
button,
img {
padding: 0 1em;
padding: 0px 1em 4px 1em;
margin: 3px auto;
}
}
@@ -146,7 +146,8 @@ button {
display: flex;
flex-direction: column;
align-items: center;
border: 1px solid #404040;
justify-content: center;
border: 2px solid #404040;
padding: 8px;
}