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/zoom.svg | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/zoom.svg b/icons/zoom.svg similarity index 99% rename from zoom.svg rename to icons/zoom.svg index c26f046..2ab24f7 100644 --- a/zoom.svg +++ b/icons/zoom.svg @@ -1 +1 @@ -<svg xmlns="http://www.w3.org/2000/svg" width="490" height="490"><path fill="none" stroke="#000" stroke-width="36" stroke-linecap="round" d="m280,278a153,153 0 1,0-2,2l170,170m-91-117 110,110-26,26-110-110"/></svg> +<svg xmlns="http://www.w3.org/2000/svg" width="490" height="490"><path fill="none" stroke="#000" stroke-width="36" stroke-linecap="round" d="m280,278a153,153 0 1,0-2,2l170,170m-91-117 110,110-26,26-110-110"/></svg> \ No newline at end of file -- Gitblit v1.9.1