Skip to content

Commit

Permalink
Updated side pane width
Browse files Browse the repository at this point in the history
  • Loading branch information
dt2patel authored Nov 7, 2023
1 parent c364543 commit 290a8bf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,9 @@ export default defineComponent({
}
});
</script>

<style>
ion-split-pane {
--side-width: 304px;
}
</style>

0 comments on commit 290a8bf

Please sign in to comment.