Show header information of the gedcom file on the side panel (#252)

* Show header information of the gedcom file on the side panel #251

* Format creation date in HEAD section
This commit is contained in:
Frank Buchholz
2026-02-13 23:55:23 +01:00
committed by GitHub
parent 24a0f336ac
commit 7c5203b263
11 changed files with 127 additions and 3 deletions

View File

@@ -178,6 +178,10 @@ div.zoom {
text-transform: uppercase;
}
.ui.sub.header, .ui.list {
margin-left: 20px;
}
.limit-height {
height: 300px;
overflow-y: scroll;