Skip to content

Commit

Permalink
Merge pull request #1595 from CarlosBor/fix-1592
Browse files Browse the repository at this point in the history
Fix #1592 Miniplayer bugged controls
  • Loading branch information
nukeop authored Apr 21, 2024
2 parents 61035c8 + 0770d1a commit c8fe120
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ui/lib/components/NeumorphicBox/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ $contrast: 5%;

&.small {
box-shadow: $smallDisplacement $smallDisplacement $smallBlur darken($background, $contrast),
(-$smallDisplacement) (-$smallDisplacement) $smallBlur lighten($background, $contrast);
(-$smallDisplacement) (-$smallDisplacement) $smallBlur lighten($background, $contrast);
z-index:1000;
}

&.pressed {
Expand Down

0 comments on commit c8fe120

Please sign in to comment.