fix(ci): use biome to sort CSS properties (#1490)

This commit is contained in:
Sam Potts
2026-04-29 16:04:20 +10:00
committed by GitHub
parent 69852ddeb0
commit 8e2b7e4f6d
94 changed files with 749 additions and 735 deletions
@@ -2,29 +2,29 @@
Media preview
========================================================================== */
.media-default-skin .media-preview {
pointer-events: none;
background-color: oklch(0 0 0 / 0.9);
border-radius: 0.75rem;
pointer-events: none;
& .media-preview__thumbnail {
display: block;
position: relative;
border-radius: inherit;
display: block;
overflow: clip;
border-radius: inherit;
&::after {
content: "";
position: absolute;
inset: 0;
border-radius: inherit;
content: "";
background-image: linear-gradient(to top, oklch(0 0 0 / 0.8), oklch(0 0 0 / 0.3), oklch(0 0 0 / 0));
border-radius: inherit;
}
}
& .media-preview__time {
position: absolute;
bottom: 0.5rem;
inset-inline: 0;
bottom: 0.5rem;
text-align: center;
}
@@ -36,8 +36,8 @@
position: absolute;
top: 50%;
left: 50%;
translate: -50% -50%;
opacity: 0;
translate: -50% -50%;
}
& .media-preview__thumbnail,