mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-27 22:21:53 +00:00
Add Immediate Family section to person details in side panel
This commit is contained in:
@@ -162,7 +162,7 @@ div.zoom {
|
||||
|
||||
.details .item-header .header {
|
||||
text-transform: uppercase;
|
||||
margin: 0;
|
||||
margin: 0 0 8px 0;
|
||||
min-width: 40%;
|
||||
}
|
||||
|
||||
@@ -335,6 +335,14 @@ div.zoom {
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.parents-block {
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
.children-block {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
@media (max-width: 450px) {
|
||||
/* Hide the title from the top bar when the viewport is too small to display
|
||||
it alongside the search box. */
|
||||
|
||||
Reference in New Issue
Block a user