From 99e6d80d5f1fe07e091e2692df3164ab965e777c Mon Sep 17 00:00:00 2001 From: wpalani Date: Wed, 21 Aug 2024 21:38:55 -0700 Subject: [PATCH] Prevent plugin icon jumping when admin menu is folding Info: https://jira.newfold.com/browse/PRESS0-2130 --- inc/Admin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/Admin.php b/inc/Admin.php index 0590745ba..2659a5b30 100644 --- a/inc/Admin.php +++ b/inc/Admin.php @@ -118,6 +118,7 @@ public static function admin_nav_style() { echo 'ul#adminmenu a.toplevel_page_bluehost.wp-has-current-submenu:after, ul#adminmenu>li#toplevel_page_bluehost.current>a.current:after { border-right-color: #fff !important; }'; echo 'li#toplevel_page_bluehost > ul > li.wp-first-item { display: none !important; }'; echo '#wp-toolbar #wp-admin-bar-bluehost-coming_soon .ab-item { padding: 0; }'; + echo 'body.folded #adminmenu .toplevel_page_bluehost div.wp-menu-image { width: 36px; height: 34px; }'; echo ''; }