mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
Revert "fix(web): add checkerboard background for transparent images (#26091)"
This reverts commit bc7a1c838c.
This commit is contained in:
parent
9ab887d5d2
commit
49ba833e4c
1 changed files with 1 additions and 5 deletions
|
|
@ -226,7 +226,7 @@
|
||||||
alt={$getAltText(toTimelineAsset(asset))}
|
alt={$getAltText(toTimelineAsset(asset))}
|
||||||
class="h-full w-full {$slideshowState === SlideshowState.None
|
class="h-full w-full {$slideshowState === SlideshowState.None
|
||||||
? 'object-contain'
|
? 'object-contain'
|
||||||
: slideshowLookCssMapping[$slideshowLook]} checkerboard"
|
: slideshowLookCssMapping[$slideshowLook]}"
|
||||||
draggable="false"
|
draggable="false"
|
||||||
/>
|
/>
|
||||||
<!-- eslint-disable-next-line svelte/require-each-key -->
|
<!-- eslint-disable-next-line svelte/require-each-key -->
|
||||||
|
|
@ -259,8 +259,4 @@
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
animation: 0s linear 0.4s forwards delayedVisibility;
|
animation: 0s linear 0.4s forwards delayedVisibility;
|
||||||
}
|
}
|
||||||
.checkerboard {
|
|
||||||
background-image: conic-gradient(#808080 25%, #b0b0b0 25% 50%, #808080 50% 75%, #b0b0b0 75%);
|
|
||||||
background-size: 20px 20px;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue