icon alignment fix
This commit is contained in:
parent
3e6a6183c2
commit
b01167c6d8
2 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue