diff --git a/assets/css/admin.css b/assets/css/admin.css index 3cd0d3d3..0f4eb725 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -811,6 +811,22 @@ table.sp-status-table td mark.yes { display: block; } +/* ThemeBoy */ +.toplevel_page_themeboy #wpbody { + margin-left: -20px; + padding-bottom: 100%; +} +.toplevel_page_themeboy .themeboy-container { + padding-bottom: 100%; +} +.toplevel_page_themeboy .themeboy-container iframe { + border: 0; + width: 100%; + height: 100%; + position: absolute; + display: block; +} + /* Media Queries */ @media only screen and (max-width: 850px) { .sp-modules-wrapper { diff --git a/includes/admin/sp-admin-functions.php b/includes/admin/sp-admin-functions.php index adc4c532..787751f9 100755 --- a/includes/admin/sp-admin-functions.php +++ b/includes/admin/sp-admin-functions.php @@ -24,6 +24,7 @@ function sp_get_screen_ids() { 'dashboard_page_sp-credits', 'dashboard_page_sp-translators', 'toplevel_page_sportspress', + 'toplevel_page_themeboy', 'edit-sp_result', 'sp_result', 'edit-sp_outcome',