Browse Source

fix one more list-outside indent

starred-projects
Trent Larson 9 months ago
parent
commit
4a0bedb628
  1. 1
      project.task.yaml
  2. 2
      src/views/HelpView.vue

1
project.task.yaml

@ -5,7 +5,6 @@ tasks:
- Give them a message during/after "turn on notifications" because it takes a while for the message to show after console says "About to send subscription... " - Give them a message during/after "turn on notifications" because it takes a while for the message to show after console says "About to send subscription... "
- fix maskable icon - fix maskable icon
- change all list-inside to list-outside
- 04 generate & store next public key hash, and give to contacts for storage - 04 generate & store next public key hash, and give to contacts for storage

2
src/views/HelpView.vue

@ -144,7 +144,7 @@
<h2 class="text-xl font-semibold"> <h2 class="text-xl font-semibold">
How do I restore my other (non-identifier-secret) data? How do I restore my other (non-identifier-secret) data?
</h2> </h2>
<ul class="list-disc list-outside"> <ul class="list-disc list-outside ml-4">
<li> <li>
Go to Your Identity <fa icon="circle-user" class="fa-fw" /> page, Go to Your Identity <fa icon="circle-user" class="fa-fw" /> page,
click Advanced, and follow the instructions for Data Import. click Advanced, and follow the instructions for Data Import.

Loading…
Cancel
Save