refactor: simplify zap split labels and update terminology

This commit is contained in:
Gigi
2025-10-15 19:39:04 +02:00
parent 1a42a6422d
commit f3c6404f76
2 changed files with 4 additions and 7 deletions

View File

@@ -44,7 +44,7 @@
.zap-split-container { width: 100%; }
.zap-split-labels {
display: flex;
justify-content: space-between;
justify-content: flex-end;
margin-bottom: 0.5rem;
font-size: 0.85rem;
color: var(--color-text-secondary);