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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user