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