natus wheel: element tooltips — Space/Air-Capacitor subtitle; score badge under square
Some checks failed
ci/woodpecker/push/pyswiss Pipeline was successful
ci/woodpecker/push/main Pipeline failed

- Add .tt-element-type italic subtitle below element title (classical name + "-Capacitor")
- Wrap element square in .tt-el-badge-col (float right, flex col) w. score beneath
- Remove inline .tt-el-body-line score from all three element branches (classic/Time/Space)
- .tt-element-type shares .tt-sign-type / .tt-house-type italic dim style

Code architected by Disco DeDisco <discodedisco@outlook.com>
Git commit message Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Disco DeDisco
2026-04-28 12:01:36 -04:00
parent c399afa26d
commit 9eb1c1523e
2 changed files with 21 additions and 7 deletions

View File

@@ -619,6 +619,7 @@ body[class*="-light"] {
opacity: 1;
flex-shrink: 0;
}
.tt-element-type,
.tt-house-type,
.tt-sign-type {
display: block;
@@ -710,12 +711,24 @@ body[class*="-light"] {
margin-bottom: 0.3rem;
}
.tt-el-square {
.tt-el-badge-col {
float: right;
display: block;
display: flex;
flex-direction: column;
align-items: center;
gap: 0.2rem;
margin-left: 0.5rem;
}
.tt-el-square {
display: block;
}
.tt-el-score {
font-size: 0.7rem;
text-align: center;
}
.tt-el-vec {
display: inline;
vertical-align: middle;