Quick fix: add a min-height for the iframe, so that it is not too tiny when under the video.
This commit is contained in:
parent
8179ea4c11
commit
a062bcf341
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v1.0.2
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
|
||||||
|
* Quick fix: add a min-height for the iframe, so that it is not too tiny when under the video.
|
||||||
|
|
||||||
## v1.0.1
|
## v1.0.1
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
iframe.peertube-plugin-livechat {
|
iframe.peertube-plugin-livechat {
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
|
min-height: 30vh;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "peertube-plugin-livechat",
|
"name": "peertube-plugin-livechat",
|
||||||
"description": "PeerTube plugin livechat",
|
"description": "PeerTube plugin livechat",
|
||||||
"version": "1.0.1",
|
"version": "1.0.2",
|
||||||
"author": "John Livingston",
|
"author": "John Livingston",
|
||||||
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
|
"bugs": "https://github.com/JohnXLivingston/peertube-plugin-livechat/issues",
|
||||||
"clientScripts": [
|
"clientScripts": [
|
||||||
|
Loading…
Reference in New Issue
Block a user