Changeset 2904095
- Timestamp:
- 04/25/2023 08:25:52 PM (3 years ago)
- Location:
- smartchat/trunk
- Files:
-
- 3 edited
-
public/css/smartchat.css (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
-
smartchat.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
smartchat/trunk/public/css/smartchat.css
r2904080 r2904095 33 33 padding: 6px 12px; 34 34 border-radius: 8px 0 0 8px; 35 min-height: 0; 35 36 } 36 37 … … 208 209 display: inline-block; 209 210 position: relative; 210 margin: 15px 15px0 40px;211 margin: 15px 0 0 40px; 211 212 } 212 213 … … 270 271 padding: 0 15px 0 15px; 271 272 } 273 @media screen and (max-width: 415px) { 274 .virtual-assistant-box { 275 width: 100%; 276 bottom: 100px; 277 right: 0px; 278 } 279 .smc-chat-message.smc-clearfix.smc-bottom-chat { 280 width: 100%; 281 bottom: 104px; 282 right: 7px; 283 } 284 } -
smartchat/trunk/readme.txt
r2904080 r2904095 6 6 Requires at least: 4.7 7 7 Tested up to: 6.2 8 Stable tag: 2.2. 38 Stable tag: 2.2.4 9 9 Requires PHP: 5.6 10 10 License: GPLv2 or later -
smartchat/trunk/smartchat.php
r2904080 r2904095 4 4 Plugin URI: https://smartchat.agendavirtual.net 5 5 Description: Transforme a interação com seus clientes com nosso incrível plugin de assistente virtual, que utiliza a inteligência artificial do ChatGPT para fornecer respostas precisas e eficientes em tempo real. Insira facilmente informações importantes para que a assistente virtual possa personalizar as respostas de acordo com as necessidades dos usuários e aprimorar a experiência do cliente. 6 Version: 2.2. 36 Version: 2.2.4 7 7 Author: Smartchat 8 8 Author URI: https://smartchat.agendavirtual.net … … 22 22 wp_enqueue_script( 'bootstrap-script', plugin_dir_url( __FILE__ ) . 'public/js/bootstrap.bundle.min.js', array( 'jquery' ) ); 23 23 wp_enqueue_script( 'smartchat-script', plugin_dir_url( __FILE__ ) . 'public/js/smartchat-script.js', array( 'bootstrap-script' ), '2.1.1', true ); 24 wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6. 3' );24 wp_enqueue_style( 'smartchat-style', plugin_dir_url( __FILE__ ) . 'public/css/smartchat.css', array(), '1.6.4' ); 25 25 wp_enqueue_style( 'smartchat-script', 'https://use.fontawesome.com/releases/v5.3.1/css/all.css'); 26 26
Note: See TracChangeset
for help on using the changeset viewer.