Fix all innerHTML calls

This commit is contained in:
Idrees Hassan
2025-10-26 20:45:59 -04:00
parent 69c0d0c1bc
commit 1752189e4f
5 changed files with 221 additions and 155 deletions

View File

@@ -243,8 +243,8 @@
padding-left: 10px;
padding-right: 10px;
box-sizing: border-box;
justify-content: start;
align-items: start;
justify-content: center;
align-items: center;
}
.birb-grid-item {
@@ -289,6 +289,7 @@
.birb-field-guide-description {
width: calc(100% - 20px);
margin-left: 10px;
margin-top: 5px;
padding: 8px;
padding-top: 4px;
@@ -305,11 +306,9 @@
.birb-message-content {
box-sizing: border-box;
margin: 2px;
width: 100%;
margin-top: 10px;
padding: 8px;
padding-top: 4px;
padding-bottom: 4px;
padding: 10px;
font-size: 14px;
color: rgb(124, 108, 75);
}