diff --git a/partnerexpo-core.php b/partnerexpo-core.php index 47e4e63..fc3d5e0 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.0.8 + * Version: 1.0.9 * 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.0.8' ); +define( 'PARTNEREXPO_CORE_VERSION', '1.0.9' ); function activate_partnerexpo_core() { require_once plugin_dir_path( __FILE__ ) . 'includes/class-partnerexpo-core-activator.php'; diff --git a/public/css/searchbox.css b/public/css/searchbox.css index abf7a4e..fdce544 100644 --- a/public/css/searchbox.css +++ b/public/css/searchbox.css @@ -264,13 +264,20 @@ } } +.pexpo-core-tags { + display: flex; + flex-wrap: wrap; + gap: 6px; + row-gap: 6px; +} + .pexpo-core-tag { font-size: 12px; padding: 3px 8px; border-radius: 999px; - border: 1px solid rgba(149,0,0,.28); - color: rgba(149,0,0,.90); - background: rgba(149,0,0,.06); + border: 1px solid #333333ce; + color: var(--text); + background: #99999930; white-space:nowrap; } diff --git a/public/search_demo.html b/public/search_demo.html index c93b006..d74b6e3 100644 --- a/public/search_demo.html +++ b/public/search_demo.html @@ -5,1025 +5,993 @@ Mock Search UI (Masonry) - -
-
- -
-