mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
fix(ci): use biome to sort CSS properties (#1490)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user