mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-03 05:32:32 +00:00
Fixed details arrows in firefox
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
<li>Added clarification note for nonmagical arrows fired from magical bows</li>
|
||||
<li>Featherfoot from Ninja's Handbook - Swapped duration and casting time as increasing casting time with level did not make sense.</li>
|
||||
<li>Added missing Player's Option: Combat & Tactics weapon proficiencies</li>
|
||||
<li>Fixed missing arrow in details elements on Firefox</li>
|
||||
</ul>
|
||||
<hr>
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user