]> gitweb.factorcode.org Git - factor.git/commitdiff
webapps.wiki: fix img
authorJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Aug 2022 19:51:12 +0000 (12:51 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sun, 7 Aug 2022 19:51:12 +0000 (12:51 -0700)
extra/webapps/wiki/wiki-common.xml
extra/webapps/wiki/wiki.css

index 77c34f642c8dcdb96eef2a6115f462279c4ef51f..2c4afd799e3d78861d12469a984ee6d2a53c705b 100644 (file)
@@ -10,7 +10,7 @@
 
     <nav>
         <t:if t:value="contents">
-            <img id="menu" onclick="toggleSidebar()" src="data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2724%27 height=%2724%27 viewBox=%270 0 100 100%27 fill=%27rgb(0,0,0)%27%3E%3Crect x=%2710%27 y=%2720%27 width=%2780%27 height=%2712%27 rx=%276%27 /%3E%3Crect x=%2710%27 y=%2744%27 width=%2780%27 height=%2712%27 rx=%276%27 /%3E%3Crect x=%2710%27 y=%2768%27 width=%2780%27 height=%2712%27 rx=%276%27 /%3E%3C/svg>" />
+            <img id="menu" onclick="toggleSidebar()" src="data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 width=%2724%27 height=%2716%27 viewBox=%270 0 120 100%27 fill=%27rgb(0,0,0)%27%3E%3Crect y=%270%27 width=%27120%27 height=%2720%27 rx=%2710%27 /%3E%3Crect y=%2740%27 width=%27120%27 height=%2720%27 rx=%2710%27 /%3E%3Crect y=%2780%27 width=%27120%27 height=%2720%27 rx=%2710%27 /%3E%3C/svg%3E" />
         </t:if>
 
         <t:a t:href="$wiki">Front Page</t:a>
index 35ca8a3c825e6cc5e3bae596a294260a0ee291f2..8fed0adaff3ef6124319510b7510d4f6432849ea 100644 (file)
 }
 
 nav img {
-    vertical-align: middle;
+    margin-right: 5px;
     display: none;
 }