more bot settings

This commit is contained in:
MathMan05 2024-09-25 11:29:42 -05:00
parent b280358b65
commit 6196c4ac85
5 changed files with 382 additions and 69 deletions

View file

@ -1427,7 +1427,10 @@ span {
}
.discovery-guild img.banner {
width: 215px;
width: 100%;
height: .6in;
border-radius: .04in;
margin-bottom: .03in;
}
.discovery-guild img.icon {
@ -1875,7 +1878,6 @@ form div{
background:var(--primary-bg);
}
.banner{
position:absolute;
top:0;
left:0;
width:100%;
@ -2205,4 +2207,4 @@ form div{
}
.mentionMD:hover{
background:color-mix(in srgb,var(--mention-md-bg),white 10%);
}
}