fix flexbox display of metadata panels

This commit is contained in:
Jakob Ketterl 2021-06-08 23:01:03 +02:00
parent ba97f76737
commit 4fd5a62980
1 changed files with 5 additions and 3 deletions

View File

@ -987,7 +987,7 @@ img.openwebrx-mirror-img
}
.openwebrx-meta-slot > * {
flex: 0;
flex: 1 0 auto;
flex-basis: 1.2em;
line-height: 1.2em;
}
@ -1037,14 +1037,16 @@ img.openwebrx-mirror-img
}
.openwebrx-meta-slot .openwebrx-meta-user-image {
flex: 1;
flex: 0 1 100%;
background-position: center;
background-repeat: no-repeat;
line-height: 0;
overflow: hidden;
}
.openwebrx-meta-slot .openwebrx-meta-user-image img {
height: 133px;
max-width: 100%;
max-height: 100%;
display: none;
}