This commit is contained in:
33333-33333 2026-07-01 16:55:49 +09:00
commit c9dd7182aa
35 changed files with 478 additions and 288 deletions

View file

@ -412,27 +412,27 @@ body::before {
width: 100% !important;
max-width: 100% !important;
position: static !important;
display: flex !important;
flex-direction: column !important;
gap: 1px !important;
}
.lineage-family-tree .tree-node .family-copy strong,
.lineage-family-tree .tree-node .family-copy > span:not(.family-personality-tags) {
max-width: 100% !important;
}
.lineage-family-tree .tree-node .family-copy > .family-personality-tags {
position: absolute !important;
left: 7px !important;
right: 7px !important;
bottom: 5px !important;
width: auto !important;
max-width: none !important;
height: 26px !important;
max-height: 26px !important;
margin: 0 !important;
grid-auto-rows: 12px !important;
position: static !important;
width: 100% !important;
max-width: 100% !important;
height: 24px !important;
max-height: 24px !important;
margin: 2px 0 0 !important;
grid-auto-rows: 11px !important;
gap: 1px 3px !important;
z-index: 3 !important;
}
.lineage-family-tree .tree-node .family-personality-tags em {
height: 12px !important;
line-height: 10px !important;
font-size: 7px !important;
height: 11px !important;
line-height: 9px !important;
font-size: 6.8px !important;
}