feat: option to show likes, dislikes or both

This commit is contained in:
2025-02-12 17:54:07 +01:00
parent 06fd18ef4c
commit d37c6f7158
3 changed files with 42 additions and 15 deletions

View File

@@ -151,6 +151,11 @@ button {
padding: 8px 16px;
}
#three-slider input {
margin: 4px;
width: 50%;
}
@media only screen and (max-width: 1000px) {
#control-panel {
grid-template-columns: repeat(2, 1fr);