fix: chord page overlapping

fixes #57, fixes #56
fix: handle trailing spaces in lecacy chord files
This commit is contained in:
2023-12-08 21:59:08 +01:00
parent 8cbdf1393f
commit 3c1a4de4a7
4 changed files with 8 additions and 9 deletions

View File

@@ -116,16 +116,14 @@
}
footer {
position: absolute;
bottom: 0;
left: 0;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: 16px;
padding: 8px;
padding-inline-end: 16px;
padding-block-start: 0;
opacity: 0.4;
}