Skip to content

Commit 26142a4

Browse files
committed
Fix background on uploaded files
1 parent 842ed96 commit 26142a4

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/modules/main/chat/embeds/_file.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
.theme-dark .fileWrapper__0ccae{
22
width: 400px;
33
position: relative;
4-
background-color: $CardBackgroundFillColorDefault;
5-
border: 1px solid $SurfaceStrokeColorFlyout;
6-
border-color: $SurfaceStrokeColorFlyout; // Override Discord CSS
7-
border-radius: 8px;
4+
5+
.file__0ccae{
6+
background-color: $CardBackgroundFillColorDefault;
7+
border: 1px solid $SurfaceStrokeColorFlyout;
8+
border-color: $SurfaceStrokeColorFlyout; // Override Discord CSS
9+
}
810

911
img{
1012
display: none;

0 commit comments

Comments
 (0)