Fix for mempool logo jumping with various sizes of enterprise logo

This commit is contained in:
softsimon
2022-07-24 23:01:31 +02:00
parent 5663cd1444
commit f08c0faf0f
2 changed files with 10 additions and 2 deletions

View File

@@ -78,6 +78,7 @@ li.nav-item {
.navbar-brand {
position: relative;
height: 65px;
}
nav {
@@ -86,7 +87,7 @@ nav {
.connection-badge {
position: absolute;
top: 13px;
top: 22px;
width: 100%;
}
@@ -150,6 +151,7 @@ nav {
width: 140px;
margin-right: 15px;
text-align: center;
align-self: center;
}
.logo-holder {
@@ -161,3 +163,9 @@ nav {
flex-direction: row;
display: flex;
}
app-svg-images {
align-self: center;
width: 140px;
height: 35px;
}