2024-05-18, 07:48 AM
(This post was last modified: 2024-05-18, 07:52 AM by Iskelderon. Edited 1 time in total.)
Thanks for sharing
For my tastes I fiddled with the background a bit after the import statement (since the .detailPageSecondaryContainer appeared to have just a solid background and the backdrop came out too dark), but otherwise it's just what I was looking for.
For my tastes I fiddled with the background a bit after the import statement (since the .detailPageSecondaryContainer appeared to have just a solid background and the backdrop came out too dark), but otherwise it's just what I was looking for.
Code:
.backgroundContainer.withBackdrop { background-color: rgba(0, 0, 0, 0.50); }
.noBackdropTransparency .detailPageSecondaryContainer { background-color: rgba(16,16,16,.90); }