1
0
Fork 0
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:
MrTimscampi 2020-08-22 14:07:54 +02:00
parent e38fa15e4d
commit 1812df57ad
2 changed files with 11 additions and 58 deletions

View file

@ -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;">&nbsp;</h2>';
@ -42,7 +41,6 @@ import 'flexStyles';
// main
html += '</div>';
html += '</div>';
return html;
}