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