mirror of
https://github.com/joyce-chen/persona5-negotiation.git
synced 2025-11-08 11:23:48 -05:00
Made tables responsive for small screens
This commit is contained in:
@@ -15,6 +15,7 @@ August 10th:
|
||||
- Added a dark mode.
|
||||
- Added icon labels to the text/icon toggle for both question pages.
|
||||
- Used local storage to keep toggle state.
|
||||
- Made tables responsive for small screens.
|
||||
|
||||
|
||||
TODOS:
|
||||
|
||||
34
shadows.md
34
shadows.md
@@ -54,7 +54,7 @@ function filterShadows() {
|
||||
|
||||
##### 1 - Kamoshida's Palace - Castle
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -171,7 +171,7 @@ function filterShadows() {
|
||||
|
||||
##### 2 - Madarame's Palace - Museum
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -280,7 +280,7 @@ function filterShadows() {
|
||||
|
||||
##### 3 - Kaneshiro's Palace - Bank
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -397,7 +397,7 @@ function filterShadows() {
|
||||
|
||||
##### 4 - Futaba's Palace - Tomb
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -474,7 +474,7 @@ function filterShadows() {
|
||||
|
||||
##### 5 - Okumura's Palace - Space Station
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -567,7 +567,7 @@ function filterShadows() {
|
||||
|
||||
##### 6 - Niijima's Palace - Casino
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -684,7 +684,7 @@ function filterShadows() {
|
||||
|
||||
##### 7 - Shido's Palace - Ship
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -817,7 +817,7 @@ function filterShadows() {
|
||||
|
||||
##### 8 - Depths of Mementos
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -926,7 +926,7 @@ function filterShadows() {
|
||||
|
||||
##### Qliphoth World
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1008,7 +1008,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Qimranut
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1067,7 +1067,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Aiyatsbus
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1225,7 +1225,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Chemdah
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1374,7 +1374,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Kaitul
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1523,7 +1523,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Akzeriyyuth
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1618,7 +1618,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Adyeshach
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1740,7 +1740,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Sheriruth 1-5
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1871,7 +1871,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Sheriruth 7-13
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
|
||||
@@ -54,7 +54,7 @@ function filterShadows() {
|
||||
|
||||
##### 1 - Kamoshida's Palace - Castle
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -219,7 +219,7 @@ function filterShadows() {
|
||||
|
||||
##### 2 - Madarame's Palace - Museum
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -392,7 +392,7 @@ function filterShadows() {
|
||||
|
||||
##### 3 - Kaneshiro's Palace - Bank
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -581,7 +581,7 @@ function filterShadows() {
|
||||
|
||||
##### 4 - Futaba's Palace - Tomb
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -698,7 +698,7 @@ function filterShadows() {
|
||||
|
||||
##### 5 - Okumura's Palace - Space Station
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -807,7 +807,7 @@ function filterShadows() {
|
||||
|
||||
##### 6 - Niijima's Palace - Casino
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -972,7 +972,7 @@ function filterShadows() {
|
||||
|
||||
##### 7 - Shido's Palace - Ship
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1121,7 +1121,7 @@ function filterShadows() {
|
||||
|
||||
##### 8 - Depths of Mementos
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1214,7 +1214,7 @@ function filterShadows() {
|
||||
|
||||
##### Qliphoth World
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1299,7 +1299,7 @@ function filterShadows() {
|
||||
|
||||
##### 9 - Maruki's Palace <span class="badge badge-danger">Royal</span>
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1432,7 +1432,7 @@ function filterShadows() {
|
||||
|
||||
##### Path of Qimranut
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1470,7 +1470,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Qimranut
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1547,7 +1547,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Aiyatsbus
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1705,7 +1705,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Chemdah
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -1854,7 +1854,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Kaitul
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -2003,7 +2003,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Akzeriyyuth
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -2098,7 +2098,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Adyeshach
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -2220,7 +2220,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Sheriruth 1-5
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -2351,7 +2351,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Sheriruth 7-13
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
@@ -2518,7 +2518,7 @@ function filterShadows() {
|
||||
|
||||
##### Mementos - Path of Da'at <span class="badge badge-danger">Royal</span>
|
||||
|
||||
<table>
|
||||
<table class='table-responsive-sm'>
|
||||
<tr>
|
||||
<th>Level</th>
|
||||
<th>Persona</th>
|
||||
|
||||
Reference in New Issue
Block a user