Skip to content

Commit 9b6f82c

Browse files
committed
Deploying to gh-pages from @ 1758943 🚀
1 parent 6fd6cda commit 9b6f82c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

discord/themes/redesign/import.css

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,29 @@ html {
237237
overflow: hidden;
238238
}
239239

240+
&:has([class^="chatLayerWrapper_"] > .resizeHandle_d1c246) {
241+
display: grid;
242+
grid-auto-columns: auto 1fr auto;
243+
grid-auto-rows: 1fr;
244+
grid-auto-flow: column;
245+
246+
>div:nth-last-child(2) {
247+
display: none;
248+
}
249+
250+
[class^="chatLayerWrapper_"] {
251+
position: relative;
252+
display: flex;
253+
flex-direction: row;
254+
margin: 0;
255+
256+
>[class^="container_"] {
257+
border: 1px solid var(--border-subtle);
258+
border-radius: var(--border-radius);
259+
}
260+
}
261+
}
262+
240263
.resizeHandle_d1c246 {
241264
--chat-resize-handle-width: var(--space);
242265
}

0 commit comments

Comments
 (0)