Massive re-factor to forum code (at least the first half)

This commit is contained in:
2024-12-12 21:49:14 -08:00
parent 24e517b299
commit f500846975
3 changed files with 278 additions and 291 deletions

View File

@@ -384,6 +384,16 @@
background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
}
.remove-image-button {
background-color: #0f4c41;
color: #ffffff;
border: dotted;
border-radius: 1vh;
padding: 0.3vh 0.6vh;
margin-top: 1px;
cursor: pointer;
}
.modal-content {
margin: auto;
display: block;