mirror of https://github.com/Meekdai/Gmeek.git
Update post.html
This commit is contained in:
parent
fbeb1de3e4
commit
bba7d401ae
|
|
@ -24,7 +24,6 @@
|
|||
margin: 0 auto;
|
||||
padding-left: 16px;
|
||||
padding-right: 16px;
|
||||
text-align: center;
|
||||
}
|
||||
#postBody hr{height:2px;}
|
||||
|
||||
|
|
@ -42,7 +41,7 @@
|
|||
#button.btn.circle {
|
||||
border: none;
|
||||
border-radius: 50%;
|
||||
padding: 14px 16px;
|
||||
padding: 0;
|
||||
background: none;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
@ -93,7 +92,7 @@
|
|||
</svg>
|
||||
</a>
|
||||
<a id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
|
||||
<svg class="octicon" width="16" height="16" fill="currentColor">
|
||||
<svg class="octicon" width="16" height="16" fill="currentColor" >
|
||||
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
|
||||
</svg>
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue