Skip to content

Commit

Permalink
vNext (2.3.1): Vision+
Browse files Browse the repository at this point in the history
Changed the positioning of the context menu light
  • Loading branch information
Futur3Sn0w committed Feb 11, 2024
1 parent 738e9f6 commit 5bc2cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions master_cards.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,16 +133,16 @@
.contextMenuDiv::after {
content: '';
width: 190px;
height: 190px;
height: 150%;
border-radius: 50%;
background-color: white;

position: absolute;
bottom: -130px;
top: 50%;
left: 50%;
transform: translateX(-50%);
transform: translate(-50%, -50%);
z-index: -10;
filter: blur(190px);
filter: blur(160px);
pointer-events: none;

opacity: 0;
Expand Down

0 comments on commit 5bc2cdc

Please sign in to comment.