mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
sidebar: increase logo size to prevent a reflow (#3407)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user