mirror of
https://github.com/pi-hole/web.git
synced 2024-12-06 19:36:21 +01:00
Update header.php
Small change which makes the Pi-hole logo automatically resize when the hamburger menu icon is clicked.
This commit is contained in:
committed by
GitHub
parent
83f19bcb33
commit
67573a26b9
+1
-1
@@ -240,7 +240,7 @@
|
||||
<!-- Sidebar user panel -->
|
||||
<div class="user-panel">
|
||||
<div class="pull-left image">
|
||||
<img src="img/logo.svg" style="width: 45px; height: 67px;" alt="Pi-hole logo" />
|
||||
<img src="img/logo.svg" class="img-responsive" alt="Pi-hole logo" />
|
||||
</div>
|
||||
<div class="pull-left info">
|
||||
<p>Status</p>
|
||||
|
||||
Reference in New Issue
Block a user