feat(catalog): add sorting option

This commit is contained in:
Tom (plebeius.eth)
2024-05-31 18:18:42 +02:00
parent 5cf25f144d
commit 1ecb2ba13d
6 changed files with 67 additions and 26 deletions
@@ -21,6 +21,10 @@
cursor: pointer;
}
.mobileBoardButtons .options {
padding: 10px 0;
}
@media (max-width: 640px) {
.desktopBoardButtons {
display: none;
@@ -32,7 +36,7 @@
display: none;
}
.subscribeButton {
.rightSideButtons {
float: right;
}
}