Update PowerHuntShares.psm1

Fix icon.
This commit is contained in:
Scott Sutherland 2024-10-11 15:26:41 -05:00 committed by GitHub
parent 2832c84696
commit 2fd851b053
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10337,7 +10337,7 @@ s.render(SankeyData);
const main = document.getElementById('main');
menu.classList.toggle('collapsed');
if (menu.classList.contains('collapsed')) {
icon.innerHTML = '<span style="font-size: 16px; color:#F56A00; transition: color 0.3s ease;" onmouseover="this.style.color=\'white\'" onmouseout="this.style.color=\'#F56A00\'">☰</span>';
icon.innerHTML = '<span style="font-size: 16px; color:#F56A00; transition: color 0.3s ease; margin-left: -23px;" onmouseover="this.style.color=\'white\'" onmouseout="this.style.color=\'#F56A00\'">☰</span>';
main.style.marginLeft = '70px';
} else {
icon.innerHTML = '<span style="font-size: 16px; color:#F56A00; transition: color 0.3s ease;" onmouseover="this.style.color=\'white\'" onmouseout="this.style.color=\'#F56A00\'"><i class="fas fa-times"></i></span>';