Browse Source

change list-inside to list-outside

starred-projects
Trent Larson 9 months ago
parent
commit
5689f95230
  1. 22
      src/views/HelpView.vue
  2. 2
      src/views/StatisticsView.vue

22
src/views/HelpView.vue

@ -94,7 +94,7 @@
<h2 class="text-xl font-semibold"> <h2 class="text-xl font-semibold">
How do I backup my identifier (secret) data? How do I backup my identifier (secret) data?
</h2> </h2>
<ul class="list-disc list-inside"> <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.
</li> </li>
@ -110,7 +110,7 @@
<h2 class="text-xl font-semibold"> <h2 class="text-xl font-semibold">
How do I backup my other (non-identifier-secret) data? How do I backup my other (non-identifier-secret) data?
</h2> </h2>
<ul class="list-disc list-inside"> <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.
</li> </li>
@ -132,7 +132,7 @@
<h2 class="text-xl font-semibold"> <h2 class="text-xl font-semibold">
How do I restore my identifier (secret) data? How do I restore my identifier (secret) data?
</h2> </h2>
<ul class="list-disc list-inside"> <ul class="list-disc list-outside ml-4">
<li> <li>
<router-link class="text-blue-500" to="/import-account"> <router-link class="text-blue-500" to="/import-account">
Go to the import page Go to the import page
@ -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-inside"> <ul class="list-disc list-outside">
<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.
@ -168,33 +168,33 @@
and other data for contacts and settings (see instructions above). and other data for contacts and settings (see instructions above).
</p> </p>
<ul> <ul>
<li class="list-disc list-inside"> <li class="list-disc list-outside ml-4">
Mobile Mobile
<ul> <ul>
<li class="list-disc list-inside ml-4"> <li class="list-disc list-outside ml-4">
Chrome: Settings -> Privacy and Security -> Clear Browsing Data Chrome: Settings -> Privacy and Security -> Clear Browsing Data
</li> </li>
<li class="list-disc list-inside ml-4"> <li class="list-disc list-outside ml-4">
DuckDuckGo: long hold -> Clear Data (takes effect immediately) DuckDuckGo: long hold -> Clear Data (takes effect immediately)
</li> </li>
</ul> </ul>
</li> </li>
<li class="list-disc list-inside"> <li class="list-disc list-outside ml-4">
Desktop Desktop
<ul> <ul>
<li class="list-disc list-inside ml-4"> <li class="list-disc list-outside ml-4">
Chrome: Chrome:
<a href="chrome://settings/content/all" class="text-blue-500" <a href="chrome://settings/content/all" class="text-blue-500"
>clear here</a >clear here</a
> >
also clear under dev tools Application also clear under dev tools Application
</li> </li>
<li class="list-disc list-inside ml-4"> <li class="list-disc list-outside ml-4">
Firefox: <a href="about:preferences">go here</a>, Manage Data, Firefox: <a href="about:preferences">go here</a>, Manage Data,
find timesafari.app and select, hit Remove Selected, then Save find timesafari.app and select, hit Remove Selected, then Save
Changes Changes
</li> </li>
<li class="list-disc list-inside ml-4"> <li class="list-disc list-outside ml-4">
Safari: Settings -> Privacy -> Manage Website Data, search for Safari: Settings -> Privacy -> Manage Website Data, search for
timesafari.app and select, hit Remove Selected, then Done. timesafari.app and select, hit Remove Selected, then Done.
</li> </li>

2
src/views/StatisticsView.vue

@ -23,7 +23,7 @@
<div> <div>
Here is a view of the activity you can see. Here is a view of the activity you can see.
<ul class="list-disc list-inside"> <ul class="list-disc outside ml-4">
<li>Each identity and claim has a unique position.</li> <li>Each identity and claim has a unique position.</li>
<!-- eslint-disable prettier/prettier --><!-- If we format prettier then there is extra space at the start of the line. --> <!-- eslint-disable prettier/prettier --><!-- If we format prettier then there is extra space at the start of the line. -->
<li>Each will show at their time of appearance relative to all others.</li> <li>Each will show at their time of appearance relative to all others.</li>

Loading…
Cancel
Save