fix lighter media wrapper for dark mode

This commit is contained in:
plebeius.eth
2023-07-28 20:32:31 +02:00
parent c1f1b113e3
commit 628704de59
@@ -2849,6 +2849,10 @@ export const BoardForm = styled.div`
clear: both;
}
.file-thumb {
background-color: rgba(255, 255, 255, 0.05) !important;
}
.op-container {
display: grid;
}