mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix up next dialog on Chrome
This commit is contained in:
parent
e38fa15e4d
commit
1812df57ad
2 changed files with 11 additions and 58 deletions
|
@ -17,7 +17,6 @@ import 'flexStyles';
|
|||
function getHtml() {
|
||||
let html = '';
|
||||
|
||||
html += '<div class="upNextDialog-container">';
|
||||
html += '<div class="flex flex-direction-column flex-grow">';
|
||||
|
||||
html += '<h2 class="upNextDialog-nextVideoText" style="margin:.25em 0;"> </h2>';
|
||||
|
@ -42,7 +41,6 @@ import 'flexStyles';
|
|||
|
||||
// main
|
||||
html += '</div>';
|
||||
html += '</div>';
|
||||
|
||||
return html;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue