fix: player fill window

This commit is contained in:
2022-09-16 19:37:13 +09:00
parent 98a768c28f
commit 177ee5645e
2 changed files with 17 additions and 12 deletions

View File

@ -141,4 +141,7 @@ defineExpose({
min-height: 100%;
background: var(--bg);
}
.yrolvcoq:has(.fill) {
height: 100%;
}
</style>