Skip to content
Snippets Groups Projects
Commit de678bbb authored by Christian Bager Bach Houmann's avatar Christian Bager Bach Houmann
Browse files

style: remove commented out code

parent cbf6bb57
No related branches found
Tags 1.5.5
No related merge requests found
...@@ -186,18 +186,6 @@ ...@@ -186,18 +186,6 @@
</div> </div>
</svelte:fragment> </svelte:fragment>
</Image> </Image>
<!-- {#if $currentEpisode.artworkUrl}
<img
class={"podcast-artwork" +
(isHoveringArtwork || $isPaused ? " opacity-50" : "")}
src={$currentEpisode.artworkUrl}
alt={$currentEpisode.title}
/>
{:else}
<div class={"podcast-artwork-placeholder" + (isHoveringArtwork || $isPaused ? " opacity-50" : "")}>
<Icon icon="image" size={150} />
</div>
{/if} -->
{#if isLoading} {#if isLoading}
<div class="podcast-artwork-isloading-overlay"> <div class="podcast-artwork-isloading-overlay">
<Loading /> <Loading />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment