Skip to content

Commit

Permalink
Fix logo height header
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob committed Jun 11, 2024
1 parent c0eedbd commit 4b731cd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions raw_package/static/css/esphome-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ esphome-main {

.esphome-header img {
width: auto;
height: 48px;
height: 38px;
}

#js-loading-indicator {
Expand Down Expand Up @@ -188,9 +188,6 @@ ul.browser-default li {
height: 52px;
padding: 0 8px;
}
.esphome-header img {
height: 38px;
}
main {
margin-top: 52px;
}
Expand Down

0 comments on commit 4b731cd

Please sign in to comment.