mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Remove conditional
This commit is contained in:
parent
e3ebf34d44
commit
9139a962d4
@ -28,10 +28,7 @@ define(['browser', 'dom', 'layoutManager', 'shell', 'appRouter', 'apphost', 'css
|
||||
|
||||
this.classList.add('emby-button');
|
||||
|
||||
if (browser.firefox) {
|
||||
// a ff hack is needed for vertical alignment
|
||||
this.classList.add('button-link-inline');
|
||||
}
|
||||
this.classList.add('button-link-inline');
|
||||
|
||||
if (layoutManager.tv) {
|
||||
if (this.getAttribute('data-focusscale') !== 'false') {
|
||||
|
Loading…
Reference in New Issue
Block a user