From b1eb58a385e623a94349ada7a0a8048cd407ce51 Mon Sep 17 00:00:00 2001 From: Gigi Date: Wed, 15 Oct 2025 19:41:26 +0200 Subject: [PATCH] fix: display zap split share and percentage on same line --- src/components/Settings/ZapSettings.tsx | 6 +++--- src/styles/components/settings.css | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Settings/ZapSettings.tsx b/src/components/Settings/ZapSettings.tsx index 468cc044..bdad6b66 100644 --- a/src/components/Settings/ZapSettings.tsx +++ b/src/components/Settings/ZapSettings.tsx @@ -81,9 +81,9 @@ const ZapSettings: React.FC = ({ settings, onUpdate }) => {
-
+ Your Share: {highlighterWeight} ({highlighterPercentage.toFixed(1)}%)
= ({ settings, onUpdate }) => {
-
+ Author's Share: {authorWeight} ({authorPercentage.toFixed(1)}%)
= ({ settings, onUpdate }) => {
-
+ Boris' Share: {borisWeight.toFixed(1)} ({borisPercentage.toFixed(1)}%)