-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmini.css
87 lines (86 loc) · 1.96 KB
/
mini.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
/* not hover */
.container-2td-dC,
.iconSizeLarge-161qtT,
.container-1aNBdK,
.avatar-3f3jk4 {
height: 25px !important;
width: 25px !important;
transition: 150ms !important;
-webkit-transition: 150ms !important;
-moz-transition: 150ms !important;
transition-property: height, width, margin !important;
-webkit-transition-property: height, width, margin !important;
-moz-transition-property: height, width, margin !important;
transition-delay: 50ms !important;
-webkit-transition-delay: 50ms !important;
-moz-transition-delay: 50ms !important;
transition-timing-function: ease !important;
-webkit-transition-timing-function: ease !important;
-moz-transition-timing-function: ease !important;
}
.container-1aNBdK > div:nth-child(1) > div:nth-child(1) > a:nth-child(1){
background-size: 100% !important;
}
.friendsOnline-2JkivW,
.container-1ETFDs {
margin-right: 0 !important;
padding-left: 5px !important;
}
.friendsOnline-2JkivW {
padding-bottom: 10px;
}
.wrapper-1Rf91z {
width: 80px !important;
}
.scrollbar-2rkZSL {
display: none !important;
}
.guildSeparator-3s64Iy {
padding-top: 30px;
top: 25px;
left: 5px;
}
.container-2td-dC:nth-child(odd),
.container-1aNBdK:nth-child(odd) {
margin-left: 33px;
margin-bottom: -25px;
bottom: /*[[icolign]]*/;
}
.container-2td-dC:before {
margin-left: 9px;
margin-top: -7px !important;
z-index: 9 !important;
border: 2px solid #202225;
border-radius: 10px;
height: 10px;
}
.container-1aNBdK:nth-child(2n+1) {
margin-top: 10px;
}
.wrapper-232cHJ {
top: 15px;
height: 12px;
}
.circleIconButton-jET_ig {
margin-top: 25px;
}
.container-11WMXy > div:nth-child(1) {
margin: 0 !important;
}
/* hover */
.container-2td-dC:hover,
.iconSizeLarge-161qtT:hover,
.container-1aNBdK:hover,
.avatar-3f3jk4:hover {
height: 50px !important;
width: 50px !important;
}
.container-2td-dC:nth-child(odd):hover,
.container-1aNBdK:nth-child(odd):hover{
margin-left: 5px;
margin-bottom: -33px;
z-index: 10;
}
.tooltips {
left: 20px;
}