From eddb5024ee2c447d5db0090b2bef3c08420c902a Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 06 Jul 2019 00:01:22 +0000 Subject: [PATCH] Fix map and panel animations (use position: fixed instead of absolute) --- icons/loc.svg | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/icons/loc.svg b/icons/loc.svg new file mode 100644 index 0000000..3b6c3f9 --- /dev/null +++ b/icons/loc.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="80" height="80"><style>*{stroke:black;stroke-width:5;fill:none}</style><circle cx="40" cy="40" r="25"></circle><circle cx="40" cy="40" r="10" style="fill:black;"></circle><line x1="40" y1="15" x2="40" y2="0"></line><line x1="65" y1="40" x2="80" y2="40"></line><line x1="40" y1="65" x2="40" y2="80"></line><line x1="15" y1="40" x2="0" y2="40"></line></svg> \ No newline at end of file -- Gitblit v1.9.1