diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-25 15:27:43 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-25 15:27:43 +0200 |
commit | ceb8f322118b24508abc6dd0bc6813a43610eff3 (patch) | |
tree | 64b6643b63ed6a3418ad2c8dfe098e0115b8f0aa /client/src/app/shared | |
parent | d11eae7edc1339e8e6791d63176613c6f283f995 (diff) | |
download | PeerTube-ceb8f322118b24508abc6dd0bc6813a43610eff3.tar.gz PeerTube-ceb8f322118b24508abc6dd0bc6813a43610eff3.tar.zst PeerTube-ceb8f322118b24508abc6dd0bc6813a43610eff3.zip |
Fix live ending banner
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts b/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts index 93ba9fb9b..4d5381e8d 100644 --- a/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts +++ b/client/src/app/shared/shared-main/plugins/plugin-placeholder.component.ts | |||
@@ -3,7 +3,8 @@ import { PluginElementPlaceholder } from '@shared/models' | |||
3 | 3 | ||
4 | @Component({ | 4 | @Component({ |
5 | selector: 'my-plugin-placeholder', | 5 | selector: 'my-plugin-placeholder', |
6 | template: '<div [id]="getId()"></div>' | 6 | template: '<div [id]="getId()"></div>', |
7 | styles: [ 'div { height: 100%; }' ] | ||
7 | }) | 8 | }) |
8 | 9 | ||
9 | export class PluginPlaceholderComponent { | 10 | export class PluginPlaceholderComponent { |