From b6d0959cf60d5e15d51d49615ef5a7684393aa04 Mon Sep 17 00:00:00 2001 From: Duskell Date: Wed, 11 Mar 2026 22:30:10 +0100 Subject: [PATCH] something is really weird in my test site --- partnerexpo-core.php | 4 ++-- public/css/comments.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/partnerexpo-core.php b/partnerexpo-core.php index 86fb827..4ee49c4 100644 --- a/partnerexpo-core.php +++ b/partnerexpo-core.php @@ -9,7 +9,7 @@ * Plugin Name: PartnerExpo Core * Plugin URI: https://partnerexpo.eu * Description: A PartnerEXPO oldal belső pluginja - * Version: 1.1.5 + * Version: 1.1.6 * Author: Juhász Levente * Author URI: https://github.com/Duskell/ * License: GPL-2.0+ @@ -23,7 +23,7 @@ if ( ! defined( 'WPINC' ) ) { die; } -define( 'PARTNEREXPO_CORE_VERSION', '1.1.5' ); +define( 'PARTNEREXPO_CORE_VERSION', '1.1.6' ); function activate_partnerexpo_core() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php'; diff --git a/public/css/comments.css b/public/css/comments.css index f5c2d29..5c1092c 100644 --- a/public/css/comments.css +++ b/public/css/comments.css @@ -36,13 +36,13 @@ width: max-content; will-change: transform; animation: scrolling 20s linear infinite; + gap: 100px; } .pexpo-core-comment-group { display: flex; gap: 100px; - /* padding-right: 20px; */ } .pexpo-core-comment {