]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove floating link
authorJeremy Thomas <bbxdesign@gmail.com>
Thu, 21 Mar 2024 18:11:25 +0000 (18:11 +0000)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 21 Mar 2024 18:11:25 +0000 (18:11 +0000)
docs/_layouts/docs.html

index 18d8563de3eb43195bb5038aa491ca1bd989a0f9..7f9f3439c9c8f9d26903a003f8f391ae4e08fe4c 100644 (file)
@@ -49,16 +49,4 @@ route: documentation
   </div>
 </main>
 
-<button
-  id="js-bulma"
-  class="button"
-  style="position: fixed; bottom: 1rem; left: 1rem; z-index: 20;"
-  onclick="window.open(`https://bulma.io${window.location.pathname}`);"
->
-  <span>bulma.io</span>
-  <span class="icon">
-    <i class="fa-solid fa-arrow-up-right-from-square"></i>
-  </span>
-</button>
-
 <script type="text/javascript" src="{{ site.url }}/assets/javascript/docs.js"></script>