Skip to content

Commit 7099eb1

Browse files
committed
Update 2.4.1
1 parent b57e900 commit 7099eb1

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

assets/class.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ public function Head() : void
9090
switch (get_theme_mod('social_messenger_position', 'right'))
9191
{
9292
case 'left':
93-
$html .= '.fb_dialog, .fb-customerchat * > iframe {left:18pt !important;right: auto;} .fb_dialog_content > iframe {left: 17px;}';
93+
$html .= '.fb_dialog, .fb-customerchat * > iframe {left:18pt !important;right: auto;} .fb_dialog_content > iframe {left: 35px;}';
9494
break;
9595
case 'center':
96-
$html .= '.fb_dialog, .fb-customerchat * > iframe {margin: auto;left: 0;right: 0;}';
96+
$html .= '.fb_dialog, .fb-customerchat iframe {margin: auto !important;left: 0 !important;right: 0 !important;} .fb_dialog_content {display:flex;justify-content:center;align-items:center;} .fb_dialog_content > iframe {margin: auto !important;left: auto;right: auto !important;}';
9797
break;
9898
}
9999

readme.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ You must add your site to trusted in the settings of your fanpage.
9898

9999
== Changelog ==
100100

101+
= 2.4.1 =
102+
1. Improved display on the left side and on the center
103+
101104
= 2.4.0 =
102105
1. Preconnect and DNS-Prefetch meta functions have been added.
103106

@@ -236,6 +239,5 @@ You must add your site to trusted in the settings of your fanpage.
236239

237240
== Upgrade notice ==
238241

239-
= 2.3.2 =
240-
241-
A lot of changes. Some options after installation will stop working properly. Check the plugin settings.
242+
= 2.4.1 =
243+
1. Improved display on the left side and on the center

social_messenger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Author URI: https://rdev.cc/
88
License: MIT
99
License URI: https://opensource.org/licenses/MIT
10-
Version: 2.4.0
10+
Version: 2.4.1
1111
Text Domain: social_messenger
1212
Domain Path: /languages
1313
*/

0 commit comments

Comments
 (0)