make server logo non-draggable
This commit is contained in:
parent
02d4fa2199
commit
2cea272836
|
@ -85,6 +85,11 @@
|
|||
gap: 20px;
|
||||
}
|
||||
|
||||
.server-logo img {
|
||||
user-select: none;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.user-info {
|
||||
text-align: start;
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in New Issue
Block a user