improve autoplay interface

This commit is contained in:
Jakob Ketterl
2019-11-01 16:58:36 +01:00
parent d49fff65e4
commit 9163f3d30e
3 changed files with 24 additions and 20 deletions

View File

@ -645,7 +645,7 @@ img.openwebrx-mirror-img
font-family: 'expletus-sans-medium';
}
#openwebrx-big-grey
#openwebrx-autoplay-overlay
{
position: fixed;
width: 100%;
@ -657,9 +657,6 @@ img.openwebrx-mirror-img
left: 0;
top: 0;
z-index: 1001;
display: none;
vertical-align: middle;
text-align: center;
color: white;
font-weight: bold;
font-size: 20pt;
@ -667,11 +664,19 @@ img.openwebrx-mirror-img
transition: opacity 0.3s linear;
}
#openwebrx-big-grey img
#openwebrx-autoplay-overlay img
{
width: 150px;
}
#openwebrx-autoplay-overlay .overlay-content {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
}
#openwebrx-digimode-canvas-container
{
/*margin: -10px -10px 10px -10px;*/