forked from zuzumi-f/Discord-11
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmessagebubblenew.css
More file actions
136 lines (124 loc) · 3.76 KB
/
messagebubblenew.css
File metadata and controls
136 lines (124 loc) · 3.76 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
#app-mount .message-2CShn3[data-is-author-self="true"] {
margin-left: auto;
width: auto;
padding-left: 48px;
padding-right: 72px !important;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .timestamp-p1Df1m {
left: unset;
right: 8px;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .repliedMessage-3Z6XBG {
margin-left: auto;
}
#app-mount .replying-eZ7p5z[data-is-author-self="true"] .contents-2MsGLg .messageContent-2t3eCI::before, #app-mount .mentioned-Tre-dv[data-is-author-self="true"] .contents-2MsGLg .messageContent-2t3eCI::before {
left: unset;
right: 0;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .contents-2MsGLg .messageContent-2t3eCI {
margin-left: auto;
}
#app-mount .message-2CShn3[data-is-author-self="true"] a:not(.embed-hKpSrO .embedAuthorNameLink-1NK1y6) {
margin-left: auto;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .avatar-2e8lTP {
left: unset;
right: 16px;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .header-2jRmjb {
display: flex;
flex-direction: row-reverse;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .header-2jRmjb span {
margin-left: .25rem;
margin-right: unset;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .repliedMessage-3Z6XBG:before {
display: none;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .container-2sjPya>* {
place-self: flex-end;
width: fit-content;
}
#app-mount .message-2CShn3[data-is-author-self="true"] .container-2sjPya .imageWrapper-oMkQl4 {
margin-left: auto;
}
#app-mount .contents-2MsGLg .messageContent-2t3eCI {
background-color: var(--background-secondary);
padding: 8px;
margin-left: unset;
border-radius: 8px;
width: fit-content;
}
#app-mount .message-2CShn3 {
width: fit-content;
background-color: unset;
}
#app-mount .message-2CShn3:hover:not(.replying-eZ7p5z):not(.mentioned-Tre-dv) .contents-2MsGLg .messageContent-2t3eCI {
background-color: var(--background-secondary-alt);
}
#app-mount .compact-2Nkcau .messageContent-2t3eCI {
margin-left: -64px;
padding-left: 4rem;
}
#app-mount .mentioned-Tre-dv.compact-2Nkcau .messageContent-2t3eCI::before {
left: 0;
}
#app-mount .replying-eZ7p5z.compact-2Nkcau .messageContent-2t3eCI::before {
left: 0;
}
#app-mount .mentioned-Tre-dv .contents-2MsGLg .messageContent-2t3eCI {
background-color: var(--background-mentioned);
}
#app-mount .mentioned-Tre-dv:hover .contents-2MsGLg .messageContent-2t3eCI {
background-color: var(--background-mentioned-hover);
}
#app-mount .mentioned-Tre-dv .contents-2MsGLg .messageContent-2t3eCI::before {
background-color: var(--info-warning-foreground);
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
pointer-events: none;
width: 3px;
border-radius: 8px;
z-index: 1;
}
#app-mount .mentioned-Tre-dv:before {
display: none;
}
#app-mount .repliedMessage-3Z6XBG {
background-color: var(--background-message-hover);
margin-bottom: 0;
padding: 6px;
border-radius: 8px;
width: fit-content;
max-width: 80vh;
}
#app-mount .replying-eZ7p5z .contents-2MsGLg .messageContent-2t3eCI {
background-color: var(--brand-experiment-05a);
}
#app-mount .replying-eZ7p5z:hover .contents-2MsGLg .messageContent-2t3eCI {
background-color: var(--brand-experiment-10a);
}
#app-mount .replying-eZ7p5z .contents-2MsGLg .messageContent-2t3eCI::before {
background-color: var(--brand-experiment);
content: "";
position: absolute;
display: block;
top: 0;
left: 0;
bottom: 0;
pointer-events: none;
width: 3px;
border-radius: 8px;
z-index: 1;
}
.replying-eZ7p5z:before {
display: none;
}
.repliedMessage-3Z6XBG:before {
display: none;
}