Skip to content

Commit

Permalink
Update with mobileHidden property
Browse files Browse the repository at this point in the history
  • Loading branch information
kommunarr committed Oct 25, 2023
1 parent fe6471c commit 5876d59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/renderer/components/side-nav/side-nav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,12 +232,13 @@
</div>
<div
v-if="isOpen && subscriptionListOptions.displayType === 'grid'"
class="iconGrid"
class="iconGrid mobileHidden"
>
<ft-channel-bubble
v-for="(channel, index) in activeSubscriptions"
:id="`sidenav-channel-${index}`"
:key="index"
class="mobileHidden"
:style="{ inlineSize: 100 / subscriptionListOptions.itemsPerGridRow + '%' }"
:channel-id="channel.id"
:channel-name="channel.name"
Expand Down

0 comments on commit 5876d59

Please sign in to comment.