トップへ戻るボタンの削除

gh-pages
Rui 2018-03-22 17:00:23 +09:00
parent e926f089df
commit a2b3430d09
5 changed files with 0 additions and 24 deletions

View File

@ -70,9 +70,6 @@ $mobile-menu-background: #555;
$mobile-menu-text-color: #fff;
$mobile-menu-width: 70vw;
//
$top-button-opacity: 0.75;
// Mod
$screenshot-background: #eee;
$screenshot-max-height: 250px;

View File

@ -114,17 +114,5 @@ body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:non
</button>
{{ menu }}
</amp-sidebar>
{% comment %}コンテナの先頭にリンク{% endcomment %}
<a href="#container">
<amp-img
class = "top-button"
height = "3em"
width = "3em"
alt = "TOP"
src = "{{ site.github.url }}/images/top.svg"
media = "{{ site.media-mobile }}">
</amp-img>
</a>
</body>
</html>

View File

@ -36,10 +36,3 @@ amp-sidebar {
color: $mobile-menu-text-color;
}
}
.top-button {
opacity: $top-button-opacity;
position: fixed;
left: 1em;
bottom: 1em;
}

View File

@ -6,7 +6,6 @@ Calinou and minetest.github.io contributors (CC BY-SA 3.0):
Vaadin https://www.flaticon.com/authors/vaadin (CC BY 3.0):
edit.svg
menu_close.svg
top.svg
Timothy Miller https://www.iconfinder.com/tmthymllr (CC BY-SA 3.0):
menu.svg

View File

@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 16 16"><path d="M16 8c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8zM7 6.4l-1.8 1.8-1.4-1.4 4.2-4.2 4.2 4.2-1.4 1.4-1.8-1.8v6.6h-2v-6.6z" fill="#91DC5A"/></svg>

Before

Width:  |  Height:  |  Size: 240 B