actually position text in the center

This commit is contained in:
Jakob Ketterl 2021-01-15 19:33:55 +01:00
parent a31b246924
commit 163ebcd327
1 changed files with 4 additions and 3 deletions

View File

@ -573,9 +573,10 @@ img.openwebrx-mirror-img
.openwebrx-progressbar-text
{
position: absolute;
left:0px;
top:4px;
width: inherit;
left:50;
top:50%;
transform: translate(-50%, -50%);
white-space: nowrap;
z-index: 1;
}