]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/4798'
authorTom Hughes <tom@compton.nu>
Tue, 14 May 2024 23:33:26 +0000 (00:33 +0100)
committerTom Hughes <tom@compton.nu>
Tue, 14 May 2024 23:33:26 +0000 (00:33 +0100)
app/assets/images/menu-icon.png [deleted file]
app/assets/images/menu-icon.svg [new file with mode: 0644]
app/assets/stylesheets/common.scss

diff --git a/app/assets/images/menu-icon.png b/app/assets/images/menu-icon.png
deleted file mode 100644 (file)
index a67c73c..0000000
Binary files a/app/assets/images/menu-icon.png and /dev/null differ
diff --git a/app/assets/images/menu-icon.svg b/app/assets/images/menu-icon.svg
new file mode 100644 (file)
index 0000000..a1628b3
--- /dev/null
@@ -0,0 +1 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 15.875 15.875" stroke="#fff" stroke-width=".794"><rect width="10.933" height="2.295" x="2.45" y="3.029" rx="1" paint-order="stroke fill markers"/><rect width="10.933" height="2.295" x="2.45" y="6.79" rx="1" paint-order="stroke fill markers"/><rect width="10.933" height="2.295" x="2.471" y="10.531" rx="1" paint-order="stroke fill markers"/></svg>
index 40d873efb58b8b82b2c2de60c03ef9e67fe802ea..c7b733f2605616d583dc0d98c77081e1a012a246 100644 (file)
@@ -79,7 +79,7 @@ time[title] {
   position: absolute;
   top: 0;
   right: 0;
-  background: image-url("menu-icon.png") no-repeat;
+  background: image-url("menu-icon.svg") no-repeat;
   background-size: 30px 30px;
   width: 30px;
   height: 30px;