Let appstore filter bar wrap for mobile

This commit is contained in:
Johannes Zellner
2026-02-02 16:32:58 +01:00
parent 99ec2d5ce7
commit 375b7f6dd7
+1
View File
@@ -279,6 +279,7 @@ onDeactivated(() => {
.filter-bar {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 6px;
justify-content: space-between;
}