We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6f82c commit e89641aCopy full SHA for e89641a
discord/themes/redesign/import.css
@@ -256,6 +256,10 @@ html {
256
>[class^="container_"] {
257
border: 1px solid var(--border-subtle);
258
border-radius: var(--border-radius);
259
+
260
+ >[class*="chat_"]:before {
261
+ box-shadow: none !important;
262
+ }
263
}
264
265
@@ -268,7 +272,7 @@ html {
268
272
height: 57px;
269
273
270
274
271
- [class*="chat_"] {
275
+ [class^="chat_"] {
276
277
[class^=chatContent]>form,
278
div[class^=submitContainer] {
0 commit comments