Sorry, my OCD kicks in whenever I see the speedtest icon. Here's how I fix it.
In /scripts/pi-hole/php/header.php file, line 439. Instead of <i class="fa fa-tachometer-alt"></i> <span>Speedtest</span> replace or just edit like this <i class="fa fa-fw menu-icon fa-tachometer-alt"></i> <span>Speedtest</span>. It will align just like the other.
Hi,
Sorry, my OCD kicks in whenever I see the speedtest icon. Here's how I fix it.
In
/scripts/pi-hole/php/header.php
file, line439
. Instead of<i class="fa fa-tachometer-alt"></i> <span>Speedtest</span>
replace or just edit like this<i class="fa fa-fw menu-icon fa-tachometer-alt"></i> <span>Speedtest</span>
. It will align just like the other.Thank me later :D