Format code

This commit is contained in:
daudix
2024-10-26 18:13:34 +03:00
parent eeefe83730
commit 6b70c103c1
17 changed files with 208 additions and 100 deletions

View File

@ -82,7 +82,10 @@ video {
&:hover,
&:active {
opacity: 1;
clip-path: inset(-0.75rem -0.75rem -0.75rem -0.75rem round var(--rounded-corner-small));
clip-path: inset(
-0.75rem -0.75rem -0.75rem -0.75rem round
var(--rounded-corner-small)
);
filter: none;
}
@ -98,13 +101,18 @@ video {
}
}
}
}
img {
transition: var(--transition-longer);
&:not(.no-hover, .full-bleed, [src*="#no-hover"], [src*="#full-bleed"], .emoji) {
&:not(
.no-hover,
.full-bleed,
[src*="#no-hover"],
[src*="#full-bleed"],
.emoji
) {
cursor: zoom-in;
&:hover {