Skip to content

Commit e89641a

Browse files
committed
Deploying to gh-pages from @ 38aa304 🚀
1 parent 9b6f82c commit e89641a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

discord/themes/redesign/import.css

Lines changed: 5 additions & 1 deletion
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)