mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
update components
This commit is contained in:
parent
94fd632dd3
commit
0623156e11
@ -1,4 +1,4 @@
|
||||
define(['dialogHelper', 'layoutManager', 'globalize', 'emby-button', 'css!./actionsheet', 'material-icons', 'scrollStyles'], function (dialogHelper, layoutManager, globalize) {
|
||||
define(['dialogHelper', 'layoutManager', 'globalize', 'browser', 'emby-button', 'css!./actionsheet', 'material-icons', 'scrollStyles'], function (dialogHelper, layoutManager, globalize, browser) {
|
||||
|
||||
function parentWithClass(elem, className) {
|
||||
|
||||
@ -142,8 +142,8 @@
|
||||
}
|
||||
|
||||
var scrollType = layoutManager.desktop ? 'smoothScrollY' : 'hiddenScrollY';
|
||||
|
||||
html += '<div class="actionSheetScroller ' + scrollType + '">';
|
||||
var style = (browser.noFlex || browser.firefox) ? ' style="max-height:400px;"' : '';
|
||||
html += '<div class="actionSheetScroller ' + scrollType + '"' + style + '>';
|
||||
|
||||
var i, length, option;
|
||||
var renderIcon = false;
|
||||
|
@ -60,6 +60,7 @@
|
||||
|
||||
[is="emby-button"].noflex {
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
[is="emby-button"].fab.mini:not(.autoSize) {
|
||||
|
Loading…
Reference in New Issue
Block a user