natus wheel: element tooltips — Space/Air-Capacitor subtitle; score badge under square
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user