fix(Discover): Hide duplicated catalog type filter on mobile

This commit is contained in:
Botzy 2025-02-17 12:57:20 +02:00
parent d05488feb6
commit dad4804bad

View file

@ -375,4 +375,16 @@
}
}
}
.selectable-inputs-modal {
.selectable-inputs-modal-container {
.selectable-inputs-modal-content {
.select-input {
&:first-child {
display: none;
}
}
}
}
}
}