We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbf6ba commit 8b3bb6dCopy full SHA for 8b3bb6d
1 file changed
public/css/style.css
@@ -1723,11 +1723,11 @@ tbody tr:hover {
1723
bottom: 0;
1724
left: -24px;
1725
right: -24px;
1726
- height: 140px;
1727
- backdrop-filter: blur(8px);
1728
- -webkit-backdrop-filter: blur(8px);
1729
- mask-image: linear-gradient(transparent, #000 90%);
1730
- -webkit-mask-image: linear-gradient(transparent, #000 90%);
+ height: 200px;
+ backdrop-filter: blur(12px);
+ -webkit-backdrop-filter: blur(12px);
+ mask-image: linear-gradient(transparent, #000 calc(100% - 20px));
+ -webkit-mask-image: linear-gradient(transparent, #000 calc(100% - 20px));
1731
pointer-events: none;
1732
}
1733
0 commit comments