diff --git a/module.json b/module.json index d805572..b0f4f5e 100644 --- a/module.json +++ b/module.json @@ -4,8 +4,8 @@ "description": "Adds a button to the token hover HUD to toggle the spotlight for Daggerheart.", "url": "https://git.geeks.gay/cosmo/dh-token-spotlight", "manifest": "https://git.geeks.gay/cosmo/dh-token-spotlight/raw/branch/main/module.json", - "download": "https://git.geeks.gay/cosmo/dh-token-spotlight/releases/download/1.0.1/dh-token-spotlight.zip", - "version": "1.0.1", + "download": "https://git.geeks.gay/cosmo/dh-token-spotlight/releases/download/1.0.2/dh-token-spotlight.zip", + "version": "1.0.2", "compatibility": { "minimum": "13", "verified": "13" diff --git a/styles/styles.css b/styles/styles.css index 4e9e11d..82ab797 100644 --- a/styles/styles.css +++ b/styles/styles.css @@ -8,3 +8,10 @@ #token-hud .control-icon.active i.dh-spotlight-glow { color: #ffd700; } + +/* Vertically center the generic FontAwesome icon */ +#token-hud .control-icon[data-action="toggle-spotlight"] { + display: flex; + justify-content: center; + align-items: center; +}