diff --git a/assets/beep.css b/assets/beep.css
index 24420e3..357e7bd 100755
--- a/assets/beep.css
+++ b/assets/beep.css
@@ -1017,7 +1017,7 @@
font-variant-numeric: tabular-nums;
}
-/* ---------- Bottom bar (brand wordmark + delete) ---------- */
+/* ---------- Bottom bar (bird emblem + brand wordmark + delete) ---------- */
.beep-embed .beep-bottom-bar {
display: flex;
align-items: center;
@@ -1026,6 +1026,18 @@
margin-top: 2px;
}
+.beep-embed .beep-post-emblem {
+ width: 20px;
+ height: auto;
+ flex: 0 0 auto;
+ margin-right: auto;
+ opacity: 0.55;
+ transition: opacity 0.15s ease;
+ user-select: none;
+}
+
+.beep-embed .beep-post:hover .beep-post-emblem { opacity: 0.9; }
+
.beep-embed .beep-post-wordmark {
opacity: 0.55;
flex: 0 0 auto;
diff --git a/beep.php b/beep.php
index b1a8c7f..3983c2d 100755
--- a/beep.php
+++ b/beep.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: Beep
* Description: A Twitter-style microblog for WordPress, with likes, replies, and Gravatars. Use the [beep_feed] shortcode on any page.
- * Version: 1.9.3
+ * Version: 1.9.4
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: Sami Ahmed
@@ -14,7 +14,7 @@ if (!defined('ABSPATH')) {
exit;
}
-define('BEEP_VERSION', '1.9.3');
+define('BEEP_VERSION', '1.9.4');
define('BEEP_FILE', __FILE__);
define('BEEP_DIR', plugin_dir_path(__FILE__));
define('BEEP_URL', plugin_dir_url(__FILE__));
diff --git a/includes/helpers.php b/includes/helpers.php
index 1905971..a6fb22d 100755
--- a/includes/helpers.php
+++ b/includes/helpers.php
@@ -343,7 +343,6 @@ function beep_render_post($post, $args = []) {
datetime=""
title="">
- 18, 'class' => 'beep-post-badge'] ); ?>