From 00bb27b7d0efee4c9f583f55ac50116aa843c37a Mon Sep 17 00:00:00 2001 From: Mara Date: Thu, 6 Jun 2024 20:04:57 +0200 Subject: [PATCH] fix: icon not displayed properly --- src/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles.css b/src/styles.css index 1963a917..435042d3 100644 --- a/src/styles.css +++ b/src/styles.css @@ -440,3 +440,7 @@ span.enveloppe.icons svg.lucide-hourglass { /* animation to bump to up */ animation: hourglassRotation 1s linear infinite; } + +.status-bar-item.plugin-obsidian-mkdocs-publisher svg.lucide-loader { + animation: hourglassRotation 1s linear infinite; +}