diff --git a/CHANGELOG.md b/CHANGELOG.md index a708255..4cd0bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ### Version 2.15.3 - add Huntsman/Damsel, Noble, Al-Hadikhia, Golem, Fearmonger, Puzzlemaster, Alchemist, Engineer, Riot, Psychopath, Atheist, Nightwatchman to list of available characters - fixed game state JSON not handling custom Fabled correctly +- fixed flickering of add reminder token ### Version 2.15.2 - added mobile web application support diff --git a/src/components/Player.vue b/src/components/Player.vue index 8a52cd7..65bdf61 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -200,6 +200,7 @@
+
@@ -927,6 +928,19 @@ li.move:not(.from) .player .overlay svg.move { opacity: 1; } } + +.circle .reminderHoverTarget { + opacity: 0; + width: calc(50% + 8px); + padding-top: calc(50% + 38px); + margin-top: calc(-25% - 33px); + margin-left: calc(-25% - 1px); + border-radius: 0 0 999px 999px; + pointer-events: auto; + transform: none !important; + z-index: -1; +} + .circle li:hover .reminder.add { opacity: 1; top: 0;