-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontent.css
More file actions
59 lines (58 loc) ยท 1.78 KB
/
Copy pathcontent.css
File metadata and controls
59 lines (58 loc) ยท 1.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
/* โโ ๅคๅฑๅฎนๅจ๏ผๅบๅฎๅจ่งๅฃๅณไธ่ง โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#moomoo-container {
position: fixed !important;
bottom: 0;
right: 20px;
z-index: 2147483647 !important;
user-select: none;
overflow: visible !important;
max-width: none !important;
max-height: none !important;
min-width: 0 !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
box-sizing: content-box !important;
clip: auto !important;
opacity: 1 !important;
mix-blend-mode: normal !important;
filter: none !important;
-webkit-mask: none !important;
mask: none !important;
clip-path: none !important;
-webkit-clip-path: none !important;
contain: none !important;
isolation: isolate;
visibility: visible !important;
pointer-events: none !important;
}
/* โโ ็ซๅช IMG ๅฑ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ */
#mm-sprite {
display: block !important;
overflow: visible !important;
max-width: none !important;
max-height: none !important;
min-width: 0 !important;
min-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
border: 0 !important;
box-sizing: content-box !important;
opacity: 1 !important;
mix-blend-mode: normal !important;
filter: none !important;
clip-path: none !important;
-webkit-clip-path: none !important;
contain: none !important;
visibility: visible !important;
position: absolute !important;
right: 0;
bottom: 0;
pointer-events: auto !important;
cursor: pointer;
/* img ไธ็จ */
image-rendering: auto !important;
-webkit-user-drag: none !important;
object-fit: none !important;
}