added a hashed ID & fixed some bugs when importing

This commit is contained in:
2026-06-28 20:31:17 +02:00
parent cf737f9087
commit 7d95a8825d
6 changed files with 82 additions and 37 deletions
+9 -1
View File
@@ -121,10 +121,18 @@ h2 {
.sillyValue:last-child {
border-radius: 0px 5px 5px 0px;
}
#titleValue, #DtitleValue {
#titleValue {
grid-area: 1 / 1 / 2 / 3;
font-size: 2rem;
margin: 0% auto 0% auto;
height: max-content;
text-align: center;
}
#hashID {
position: absolute;
bottom: 12px;
right: 0%;
margin: 0% 30px 0% 0%;
color: var(--navBarBtn_Inner);
font-size: 0.6rem;
}