New invite minter feature - new scrollTotop button - fixed image embeds on Admin Room in Forum, various other fixes and cleanup.

This commit is contained in:
2025-01-04 20:28:26 -08:00
parent 3bb28de2b0
commit 320dd34117
6 changed files with 511 additions and 270 deletions

View File

@@ -437,6 +437,14 @@
cursor: pointer;
}
#scrollToTopButton:hover {
background-color: white;
color: black;
border: 2px solid black;
box-shadow: 0 0 15px rgba(255,255,255,0.8);
transform: scale(1.1); /* Slight enlarge effect on hover */
}
/* this is the text from the quill editor, hopefully these settings will prevent the page styles from affecting the formatted html from editor posts. */
.message-text {