fix: Use a separate css class for thumbnail menu
This commit is contained in:
@@ -302,7 +302,7 @@ if (!interfaceConfig.filmStripOnly) {
|
||||
this.container.appendChild(spanElement);
|
||||
|
||||
var menuElement = document.createElement('i');
|
||||
menuElement.className = 'icon-menu-up';
|
||||
menuElement.className = 'icon-menu';
|
||||
menuElement.title = 'Remote user controls';
|
||||
spanElement.appendChild(menuElement);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user