1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-11-29 14:11:51 -05:00
parent 30584bfef9
commit b2d97de513
8 changed files with 38 additions and 30 deletions

View file

@ -73,7 +73,8 @@
this.classList.add('emby-button');
if (browser.firefox) {
// Even though they support flex, it doesn't quite work with button elements
if (browser.firefox || browser.safari) {
this.classList.add('emby-button-noflex');
}