sidebar: increase logo size to prevent a reflow (#3407)

This commit is contained in:
Adam Warner
2025-05-15 17:19:02 +01:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
<!-- Sidebar user panel -->
<div class="user-panel">
<div class="pull-left image">
<img class="logo-img" src="<?=webhome?>img/logo.svg" alt="Pi-hole logo" width="52" height="75">
<img class="logo-img" src="<?=webhome?>img/logo.svg" alt="Pi-hole logo" width="60" height="87">
</div>
<div class="pull-left info">
<p>Status</p>

View File

@@ -339,7 +339,7 @@ td.lookatme {
}
.user-panel > .image > img {
max-width: 52px;
max-width: 60px;
min-width: 30px;
}
@@ -349,6 +349,7 @@ td.lookatme {
line-height: 1.05;
flex: 1 1 auto;
left: auto;
width: 138px;
}
.user-panel > .info > p {