sidebar: increase logo size to prevent a reflow

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-04-04 19:44:45 +03:00
parent 1b4bb51039
commit b6d1385531
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

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