mirror of
https://github.com/unraid/webgui.git
synced 2025-12-30 22:20:23 -06:00
Fix: Dashboard Tile management display on mobile sidebar themes
This commit is contained in:
@@ -2027,6 +2027,9 @@ function dialogStyle() {
|
||||
$('.ui-dialog-title').css({'text-align':'center','width':'100%','font-size':'1.8rem'});
|
||||
$('.ui-dialog-content').css({'padding-top':'15px','vertical-align':'bottom'});
|
||||
$('.ui-button-text').css({'padding':'0px 5px'});
|
||||
<? if ($themeHelper->isSidebarTheme()):?>
|
||||
$('.ui-dialog').css({'z-index':'2001'});
|
||||
<? endif;?>
|
||||
}
|
||||
|
||||
function contentMgmt() {
|
||||
|
||||
Reference in New Issue
Block a user