Skip to content

Commit

Permalink
legacy layout make horizontal splitpanel when width < md
Browse files Browse the repository at this point in the history
  • Loading branch information
HarmlessHarm committed Nov 20, 2023
1 parent 9302537 commit 084dda7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/UserContent/Campaigns/RunCampaign.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
</div>
</div>
<template v-if="container.width >= sm">
<Splitpanes v-if="legacy_layout" class="default-theme">
<Splitpanes v-if="legacy_layout" class="default-theme" :horizontal="container.width < md">
<hk-pane min-size="30">
<Encounters />
</hk-pane>
Expand Down

0 comments on commit 084dda7

Please sign in to comment.