Correcting names, and deleting message
There is a known regresion for the MESSAGE_CREATE event while it's not on screen, though I have not been able to replicate it while I'm looking for it. If you see this bug, please let me know the conditions it happens under
This commit is contained in:
@@ -138,7 +138,7 @@ h2 {
|
||||
|
||||
.pfp {
|
||||
border-radius: 50%;
|
||||
width: .5in;
|
||||
width: 0.5in;
|
||||
height: .5in;
|
||||
user-select: none;
|
||||
cursor: pointer;
|
||||
@@ -599,9 +599,12 @@ textarea {
|
||||
#settings {
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
border-radius: .1in;
|
||||
border-radius: .3in;
|
||||
transition: background 1s;
|
||||
text-align: center;
|
||||
font-size: .25in;
|
||||
width: .3in;
|
||||
height: .3in;
|
||||
}
|
||||
|
||||
#settings:hover {
|
||||
@@ -975,3 +978,13 @@ span {
|
||||
.spaceright{
|
||||
margin-right:.1in;
|
||||
}
|
||||
.membererror{
|
||||
display:inline-block;
|
||||
background:#656500;
|
||||
height:.15in;
|
||||
width:.15in;
|
||||
border-radius:.1in;
|
||||
text-align:center;
|
||||
border:solid black .03in;
|
||||
margin-left:.025in;
|
||||
}
|
Reference in New Issue
Block a user