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 .openwebrx-progressbar-text
{ {
position: absolute; position: absolute;
left:0px; left:50;
top:4px; top:50%;
width: inherit; transform: translate(-50%, -50%);
white-space: nowrap;
z-index: 1; z-index: 1;
} }