fix miximage on gameview

This commit is contained in:
Georges-Antoine Assi
2025-11-02 22:22:53 -05:00
parent 9bf2afcddc
commit 3afe2f5fdd

View File

@@ -276,10 +276,13 @@ onBeforeUnmount(() => {
}
.hover-video {
margin-top: 6%;
margin-top: 2%;
left: 2%;
height: 96%;
width: 96%;
border-radius: 4px;
object-fit: contain;
pointer-events: none;
background: black;
}
</style>