Skip to content

Commit

Permalink
Update frontend/src/components/VSearchResultsGrid/VAudioCollection.vue
Browse files Browse the repository at this point in the history
Co-authored-by: zack <[email protected]>
  • Loading branch information
obulat and zackkrida committed Mar 3, 2024
1 parent 855fdec commit fd3a46d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export default defineComponent({
setup(props) {
const uiStore = useUiStore()
// Determine the size of the audio track based on the kind
// of collection and the current breakpoint.
const audioTrackSize = computed(() => {
if (props.kind === "related") {
return uiStore.isBreakpoint("sm") ? "m" : "s"
Expand Down

0 comments on commit fd3a46d

Please sign in to comment.