Skip to content

Commit 38aa304

Browse files
authored
Updated themes/redesign
1 parent 1758943 commit 38aa304

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

discord/themes/redesign/import.css

+5-1
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,10 @@ html {
256256
>[class^="container_"] {
257257
border: 1px solid var(--border-subtle);
258258
border-radius: var(--border-radius);
259+
260+
>[class*="chat_"]:before {
261+
box-shadow: none !important;
262+
}
259263
}
260264
}
261265
}
@@ -268,7 +272,7 @@ html {
268272
height: 57px;
269273
}
270274

271-
[class*="chat_"] {
275+
[class^="chat_"] {
272276

273277
[class^=chatContent]>form,
274278
div[class^=submitContainer] {

0 commit comments

Comments
 (0)