Skip to content

Commit 6dbf6ba

Browse files
committed
feat: extend blur gradient overlay (140px) and increase blur strength (8px)
1 parent 7af421e commit 6dbf6ba

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

public/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,9 +1723,9 @@ tbody tr:hover {
17231723
bottom: 0;
17241724
left: -24px;
17251725
right: -24px;
1726-
height: 100px;
1727-
backdrop-filter: blur(6px);
1728-
-webkit-backdrop-filter: blur(6px);
1726+
height: 140px;
1727+
backdrop-filter: blur(8px);
1728+
-webkit-backdrop-filter: blur(8px);
17291729
mask-image: linear-gradient(transparent, #000 90%);
17301730
-webkit-mask-image: linear-gradient(transparent, #000 90%);
17311731
pointer-events: none;

0 commit comments

Comments
 (0)