Scale up the blurnail on hover, percents suck, decimals are more readable

This commit is contained in:
daudix
2024-09-18 18:44:43 +03:00
parent a6602357e6
commit 2469f64eb7
14 changed files with 69 additions and 69 deletions

View File

@ -76,7 +76,7 @@ video {
&.spoiler,
&[src*="#spoiler"] {
opacity: var(--dim-opacity);
clip-path: inset(0% 0% 0% 0% round var(--rounded-corner));
clip-path: inset(0 0 0 0 round var(--rounded-corner));
filter: blur(1rem);
&:hover,
@ -89,7 +89,7 @@ video {
&.solid,
&[src*="#solid"] {
clip-path: none;
filter: brightness(0%) contrast(50%);
filter: brightness(0) contrast(0.5);
box-shadow: none;
&:hover,