Some styling for not conserved

This commit is contained in:
Nicolò P 2024-11-20 17:30:45 +01:00
parent 3043dccd50
commit a8d70eff83

View File

@ -13,7 +13,7 @@ export class NotConservedSheet {
async render() { async render() {
return ` return `
<div class="container"> <div class="container px-4 pt-4">
<p class="p-2"> <p class="p-2">
<span class="icon has-text-link"> <span class="icon has-text-link">
<i class="fa fa-tag"></i> <i class="fa fa-tag"></i>
@ -42,7 +42,7 @@ export class NotConservedSheet {
</span> </span>
<strong>Bibliografia:</strong> ${await this.biblio(this._data.id)} <strong>Bibliografia:</strong> ${await this.biblio(this._data.id)}
</p> </p>
<div class="notification is-light mx-2 mt-2 p-2 is-hidden" id="biblio"> <div class="notification is-light mx-3 mt-4 mb-0 p-2 is-hidden" id="biblio">
</div> </div>
<p class="p-2"> <p class="p-2">
<strong>Autore scheda:</strong> ${this._data.author} <strong>Autore scheda:</strong> ${this._data.author}