You've already forked AstralRinth
forked from didirus/AstralRinth
Version search fix (#554)
This commit is contained in:
@@ -133,7 +133,7 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss" scoped>
|
||||||
.search-controls {
|
.search-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
@@ -670,6 +670,7 @@ export default {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: var(--spacing-card-md);
|
gap: var(--spacing-card-md);
|
||||||
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.sort-controls {
|
.sort-controls {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
Reference in New Issue
Block a user