chore(app): og trick and selection fix
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
/>
|
||||
<meta
|
||||
itemprop="image"
|
||||
content="https://phosphoricons.com/phosphor-opengraph.png"
|
||||
content="https://phosphoricons.com/phosphor-opengraph.png?v=2.0.2"
|
||||
/>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
@@ -57,7 +57,7 @@
|
||||
<meta property="og:url" content="https://phosphoricons.com" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://phosphoricons.com/phosphor-opengraph.png"
|
||||
content="https://phosphoricons.com/phosphor-opengraph.png?v=2.0.2"
|
||||
/>
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:alt" content="Phosphor Icons logo" />
|
||||
@@ -73,7 +73,7 @@
|
||||
/>
|
||||
<meta
|
||||
name="twitter:image"
|
||||
content="https://phosphoricons.com/phosphor-opengraph.png"
|
||||
content="https://phosphoricons.com/phosphor-opengraph.png?v=2.0.2"
|
||||
/>
|
||||
<meta name="twitter:site" content="@_phosphoricons" />
|
||||
<meta name="twitter:creator" content="@friedtm" />
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "phosphor-home",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"license": "MIT",
|
||||
"homepage": "https://phosphoricons.com",
|
||||
"author": {
|
||||
|
||||
@@ -59,21 +59,6 @@
|
||||
|
||||
.snippet pre {
|
||||
text-overflow: ellipsis;
|
||||
-moz-user-select: all;
|
||||
-webkit-user-select: all;
|
||||
user-select: all;
|
||||
}
|
||||
|
||||
.snippet pre:focus {
|
||||
animation: select 50ms step-end forwards;
|
||||
}
|
||||
|
||||
@keyframes select {
|
||||
to {
|
||||
-moz-user-select: text;
|
||||
-webkit-user-select: text;
|
||||
user-select: text;
|
||||
}
|
||||
}
|
||||
|
||||
.snippet button {
|
||||
|
||||
Reference in New Issue
Block a user