many
This commit is contained in:
parent
0b9ff1363b
commit
0a6148c73f
67 changed files with 2653 additions and 1519 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* Generated CSS split from styles.css; preserve load order. */
|
||||
/* CSS split file; preserve manifest load order. */
|
||||
.lineage-tree {
|
||||
overflow: auto;
|
||||
padding: 8px 10px 18px;
|
||||
|
|
@ -114,8 +114,8 @@ body::before {
|
|||
position: absolute;
|
||||
right: -6px;
|
||||
bottom: -8px;
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
width: calc(64px * var(--family-icon-scale, 1));
|
||||
height: calc(64px * var(--family-icon-scale, 1));
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
@ -142,6 +142,32 @@ body::before {
|
|||
margin-top: 1px;
|
||||
color: rgba(126, 80, 64, 0.92);
|
||||
}
|
||||
.family-personality-tags {
|
||||
display: flex !important;
|
||||
overflow: visible !important;
|
||||
text-overflow: clip !important;
|
||||
flex-wrap: wrap;
|
||||
gap: 2px;
|
||||
margin-top: 2px;
|
||||
white-space: normal !important;
|
||||
overflow: visible;
|
||||
max-height: none;
|
||||
}
|
||||
.family-personality-tags em {
|
||||
display: inline-block;
|
||||
max-width: none;
|
||||
padding: 1px 4px;
|
||||
border-radius: 999px;
|
||||
background: rgba(103,178,44,0.11);
|
||||
border: 1px solid rgba(103,178,44,0.20);
|
||||
color: rgba(64,72,48,0.86);
|
||||
font-size: 7.5px;
|
||||
font-style: normal;
|
||||
line-height: 1.25;
|
||||
overflow: visible;
|
||||
text-overflow: clip;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.family-copy strong { font-size: 11px; }
|
||||
.family-copy span { color: var(--muted); font-size: 8.5px; margin-top: 1px; }
|
||||
|
||||
|
|
@ -330,8 +356,8 @@ body::before {
|
|||
.lineage-family-tree .tree-node {
|
||||
position: absolute;
|
||||
width: 132px;
|
||||
height: 68px;
|
||||
min-height: 68px;
|
||||
height: 84px;
|
||||
min-height: 84px;
|
||||
box-sizing: border-box;
|
||||
align-items: flex-start;
|
||||
background: linear-gradient(180deg, #fffdf8, #f8f1e5);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue