Skip to content
Snippets Groups Projects
Commit 44e5b731 authored by David Trattnig's avatar David Trattnig
Browse files

fix: popup size

parent a7552518
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@
:global(#aura-media-player .aura-programme-mini .smui-paper) {
background-color: var(--mdc-theme-surface);
padding: 0;
height: 375px;
height: 344px;
overflow-y: auto;
scroll-behavior: smooth;
}
......
......@@ -25,7 +25,7 @@
export let endpoint: string = 'current'
export let popupUrl: string = '/player_popup.html'
export let popupSettings: string =
'location=no,height=660,width=344,scrollbars=no,status=no'
'location=no,height=632,width=344,scrollbars=no,status=no'
export let refreshtime: number = 60
export let prefixOnAir: string = 'LIVE'
export let renderhtml = false // Attention: to avoid XSS attack vectors use with trusted API sources only
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment