fix: no border between submissions when transparency effects on

This commit is contained in:
Jones
2025-11-10 11:26:53 +10:30
committed by GitHub
parent f3f90ef2a8
commit 7c38e1dc29
+2 -3
View File
@@ -823,9 +823,8 @@ div > ol:has(.uiFileHandlerWrapper) {
box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.2);
}
html.transparencyEffects [class*="ResourceList__ResourceItem___voTSd"],
html.transparencyEffects [class*="ResourceList__ResourceItem___voTSd"] [class*="ResourceList__name___ydvDT"] {
border-bottom: none !important;
html.transparencyEffects [class*="ResourceList__ResourceItem___voTSd"]:not(:last-child) {
border-bottom: 1px solid var(--theme-offset-bg);
}
.assessmentsWrapper .message {