From cdf2c035a55f326a3e8be6028a0617f0b97ddeb6 Mon Sep 17 00:00:00 2001 From: Fang_Zhijian Date: Wed, 24 Sep 2025 19:05:06 +0800 Subject: [PATCH] update style --- composer.json | 8 ++++---- less/forum.less | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index c472b62..7e1047b 100644 --- a/composer.json +++ b/composer.json @@ -25,11 +25,11 @@ "extra": { "flarum-extension": { "title": "Coyote Pulse Viewer", - "category": "", + "category": "Formatting", "icon": { - "name": "", - "color": "", - "backgroundColor": "" + "name": "fas fa-wave-square", + "color": "#fff", + "backgroundColor": "#881415" } } } diff --git a/less/forum.less b/less/forum.less index ab60b04..b1813b7 100644 --- a/less/forum.less +++ b/less/forum.less @@ -3,6 +3,7 @@ justify-content: center; align-items: center; flex-direction: column; + margin: 10px 0; .pulse-title-box { width: 300px;