WIP new full screen chat

This commit is contained in:
John Livingston
2023-12-27 15:51:43 +01:00
parent bd695bdb27
commit 22a675e915
3 changed files with 22 additions and 5 deletions

View File

@ -169,3 +169,11 @@ table.peertube-plugin-livechat-prosody-list-rooms td {
min-height: 60px;
}
}
.livechat-embed-fullpage {
converse-root {
display: block;
height: 90vh;
min-height: 400px;
}
}