minor styling changes
This commit is contained in:
parent
20f3909249
commit
f1cb3c1af0
@ -219,8 +219,11 @@ a {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#details-btns > . {
|
#details-btns {
|
||||||
float: right;
|
grid-column: 1 / 4;
|
||||||
|
justify-content: end;
|
||||||
|
gap: 1rem;
|
||||||
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
#delete-btn {
|
#delete-btn {
|
||||||
|
@ -55,10 +55,10 @@ if (currentLocation.searchParams.has("id")) {
|
|||||||
month: "long",
|
month: "long",
|
||||||
year: "numeric",
|
year: "numeric",
|
||||||
});
|
});
|
||||||
//category.innerText = dataset.category.name; // TODO: uncomment
|
category.innerText = dataset.category.name;
|
||||||
//category.dataset.id = dataset.category.id;
|
category.dataset.id = dataset.category.id;
|
||||||
//license.innerText = dataset.license;
|
license.innerText = dataset.license;
|
||||||
//termsOfUse.href = dataset.termsOfUse;
|
termsOfUse.href = dataset.termsOfUse;
|
||||||
|
|
||||||
fullDescription.innerText = dataset.fullDescription;
|
fullDescription.innerText = dataset.fullDescription;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user