Subdue trash button and sleep target label
This commit is contained in:
@@ -227,7 +227,6 @@ $formatBalanceValue = static function (?array $entry) use ($settings): string {
|
||||
<rect class="sleep-phase-bar__fill" x="0" y="2" width="<?= e((string) $sleepActualPercent) ?>" height="6" rx="3"></rect>
|
||||
<line class="sleep-phase-bar__target-line" x1="<?= e((string) $sleepOptimalPercent) ?>" y1="0" x2="<?= e((string) $sleepOptimalPercent) ?>" y2="10"></line>
|
||||
</svg>
|
||||
<span class="sleep-phase-bar__target"><span><?= e(format_duration_hours($optimalSleepHours)) ?></span></span>
|
||||
</div>
|
||||
<div class="sleep-phase-summary"><span><?= e(format_duration_hours($sleepActualTotal)) ?></span><span>Ziel <?= e(format_duration_hours($optimalSleepHours)) ?></span></div>
|
||||
<?php if ($sleepPhaseTotal > 0): ?>
|
||||
|
||||
Reference in New Issue
Block a user