diff --git a/site/templates/code.html b/site/templates/code.html index ea859a9832..92b694eed8 100644 --- a/site/templates/code.html +++ b/site/templates/code.html @@ -3,7 +3,7 @@
{{ post.html }} -
+
{{ post.title }}
{{ post.meta.description }} diff --git a/static/style.css b/static/style.css index 4904a5796a..ad49ce1c28 100644 --- a/static/style.css +++ b/static/style.css @@ -1686,6 +1686,7 @@ footer ul li > a { padding: 12px 15px; border-radius: 0 0 6px 6px; transition: background-color 0.4s ease; + width: 100%; } .code-box-meta h4, @@ -1736,6 +1737,7 @@ footer ul li > a { transform: rotate(90deg); transition: all 0.3s ease; color: #999; + background: #fff; } .code-box.expand .collapse {