From 00773409baffa41b4473d2ebf1a8a8d2aaa2c2b1 Mon Sep 17 00:00:00 2001 From: Peter Bjerg Lidegaard Date: Tue, 29 Nov 2022 19:42:59 +0100 Subject: [PATCH] Fixed details arrows in firefox --- ADnD_2E_Revised/2EStyle.css | 2 +- ADnD_2E_Revised/css/2EStyle-base.css | 2 +- ADnD_2E_Revised/html/changelog.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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