[mirotalk] - fix video circle

This commit is contained in:
Miroslav Pejic
2025-12-18 10:11:57 +01:00
parent fe6342f6f4
commit fe77dac82b
9 changed files with 17 additions and 16 deletions
+4 -6
View File
@@ -281,12 +281,10 @@
width: var(--vmi-wh);
height: var(--vmi-wh);
border-radius: 50%;
/* center */
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
/* reliable centering - works in all scenarios */
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
transition: box-shadow 0.2s ease;
}