running-tools

A collection of tools for runners and their coaches
git clone https://git.ashermorgan.net/running-tools/
Log | Files | Refs | README

commit 281a018f690d1e8415c766c65ae3ffd1f933e439
parent 2cf78350337aacebd0af0f84fc74863b7d7fbf4e
Author: Asher Morgan <59518073+ashermorgan@users.noreply.github.com>
Date:   Tue, 20 May 2025 18:47:07 -0700

Fix spacing in target editor

Also update Vue deep CSS selector.

Diffstat:
Msrc/App.vue | 2+-
Msrc/components/TargetEditor.vue | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue @@ -34,7 +34,7 @@ header a { height: 2em; width: 2em; } -header ::v-deep(.feather-chevron-left) { +header :deep(.feather-chevron-left) { padding: 0em; color: #000000; } diff --git a/src/components/TargetEditor.vue b/src/components/TargetEditor.vue @@ -204,7 +204,7 @@ function removeTarget(index) { .target-editor th .icon { margin-left: 0.3em; } -.target-editor tbody td:first-child::not(.empty-message) { +.target-editor tbody td:first-child:not(.empty-message) { display: flex; gap: 0.2em; flex-wrap: wrap;