fix: advanced rendering toggle in app barely worked (#6056)

This commit is contained in:
Prospector
2026-05-09 14:12:52 -07:00
committed by GitHub
parent c7602602e5
commit c1c86e3b72
2 changed files with 29 additions and 1 deletions

View File

@@ -1647,6 +1647,12 @@ provideAppUpdateDownloadProgress(appUpdateDownload)
&.app-contents::before {
box-shadow: none;
}
*,
:deep(*) {
box-shadow: none !important;
--tw-drop-shadow:;
}
}
.app-sidebar::before {