Skip to content

Commit

Permalink
Backdrop mask size fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiniGandhi authored Jan 24, 2023
1 parent c78f022 commit a0d66a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion latest/JellyTheme-Cleaner.css
Original file line number Diff line number Diff line change
Expand Up @@ -2446,7 +2446,7 @@ display:none!important;
-webkit-mask-image: url("https://cdn.jsdelivr.net/gh/ShiniGandhi/JellyTheme@main/screenshots/trailer-gradient.png");
transition: 2500ms;
-webkit-mask-size: 156vh;
mask-size: 156vh;
mask-size: 169vh;
-webkit-mask-position: 0% 100%;
mask-position: 0% 100%;
}
Expand Down

0 comments on commit a0d66a8

Please sign in to comment.