Removed css warnings

This commit is contained in:
Knut Sveidqvist
2019-11-23 16:28:38 +01:00
parent 40f6368efc
commit 1bba54bad7
+3 -18
View File
@@ -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>