Add bool option to player to fill container for embeds. Closes #2884

This commit is contained in:
Gabe Kangas
2023-04-05 20:05:22 -07:00
parent f724beecae
commit 7ec7e1704c
3 changed files with 8 additions and 1 deletions

View File

@@ -19,3 +19,7 @@
grid-row: 1;
}
}
.fill {
max-height: unset;
}