Removed css warnings
This commit is contained in:
@@ -58,30 +58,15 @@ const unsubscribe = codeStore.subscribe( state => {
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style></style>
|
||||||
#error {
|
|
||||||
background: darkred;
|
|
||||||
color: white;
|
|
||||||
flex: 1;
|
|
||||||
padding: 10px;
|
|
||||||
/* position: absolute; */
|
|
||||||
|
|
||||||
}
|
|
||||||
.invisible {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.visible {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<div id="links" >
|
<div id="links" >
|
||||||
<a href="{url}" use:link>Link to view</a>
|
<a href="{url}" use:link>Link to view</a>
|
||||||
<a href="#" download='' on:click={onDownloadSVG}>
|
<a href="{url}" download='' on:click={onDownloadSVG}>
|
||||||
Download SVG
|
Download SVG
|
||||||
</a>
|
</a>
|
||||||
<a href={iUrl}>Link to Image</a>
|
<a href={iUrl}>Link to Image</a>
|
||||||
<a href="#" download='' on:click={onDownloadPNG}>
|
<a href="{url}" download='' on:click={onDownloadPNG}>
|
||||||
Download PNG
|
Download PNG
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
Reference in New Issue
Block a user