Skip to content

Commit

Permalink
Make it scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
mecha-cat committed May 7, 2024
1 parent 8f9267a commit 4ea7367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/options/Accessibility.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
const isIOS = inject<boolean>("isIOS");
</script>

<style>
<style scoped>
ion-list ion-item:nth-child(2), ion-list ion-item:nth-child(5), ion-list ion-item:last-child {
text-align: center;
}
Expand Down

0 comments on commit 4ea7367

Please sign in to comment.