diff --git a/ADnD_2E_Revised/2EStyle.css b/ADnD_2E_Revised/2EStyle.css index 33be82720d..d897a6a0f7 100644 --- a/ADnD_2E_Revised/2EStyle.css +++ b/ADnD_2E_Revised/2EStyle.css @@ -1784,7 +1784,7 @@ input.sheet-show-spell-details:checked ~ div.sheet-spell-details { /* Overwrite Roll20 base styling */ details > summary:first-of-type { - display: revert; + display: list-item; } /* Show hide styling */ diff --git a/ADnD_2E_Revised/css/2EStyle-base.css b/ADnD_2E_Revised/css/2EStyle-base.css index a0e23c33d4..7d1decd5f2 100644 --- a/ADnD_2E_Revised/css/2EStyle-base.css +++ b/ADnD_2E_Revised/css/2EStyle-base.css @@ -1107,7 +1107,7 @@ input.sheet-show-spell-details:checked ~ div.sheet-spell-details { /* Overwrite Roll20 base styling */ details > summary:first-of-type { - display: revert; + display: list-item; } /* Show hide styling */ diff --git a/ADnD_2E_Revised/html/changelog.html b/ADnD_2E_Revised/html/changelog.html index 84ec79a387..683b43c387 100644 --- a/ADnD_2E_Revised/html/changelog.html +++ b/ADnD_2E_Revised/html/changelog.html @@ -12,6 +12,7 @@
  • Added clarification note for nonmagical arrows fired from magical bows
  • Featherfoot from Ninja's Handbook - Swapped duration and casting time as increasing casting time with level did not make sense.
  • Added missing Player's Option: Combat & Tactics weapon proficiencies
  • +
  • Fixed missing arrow in details elements on Firefox