From: Laury GvR Date: Wed, 22 Apr 2015 18:14:48 +0000 (-0400) Subject: Menu will no longer be limited to 500px. X-Git-Tag: v1.4.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4315f91a2c107c5ce02b94a332da921c3f333f23;p=WP-Plugins%2FGaslightify.git Menu will no longer be limited to 500px. --- diff --git a/Gaslightify.php b/Gaslightify.php index 495cf5f..0d0704d 100755 --- a/Gaslightify.php +++ b/Gaslightify.php @@ -4,7 +4,7 @@ Plugin Name: Gaslightify Plugin URI: http://URI_Of_Page_Describing_Plugin_and_Updates Description: A gasline to a Wordpress website. -Version: 1.4 +Version: 1.4.1 Author: Gaslight Media Author URI: http://www.gaslightmedia.com License: Gaslight Media diff --git a/css/GaslightifyAdmin.css b/css/GaslightifyAdmin.css index 5406a9f..c5605a4 100644 --- a/css/GaslightifyAdmin.css +++ b/css/GaslightifyAdmin.css @@ -11,9 +11,4 @@ and open the template in the editor. #wpadminbar #toplevel_page_metaslider .dashicons-before:before { content: "\f233" !important; -} -#wpadminbar #wp-admin-bar-my-sites .ab-sub-wrapper { - max-height: 500px !important; - min-width: 100% !important; - overflow-y: scroll !important; } \ No newline at end of file