actually position text in the center
This commit is contained in:
parent
a31b246924
commit
163ebcd327
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user