Commit 946797b0 authored by butaixianran's avatar butaixianran Committed by GitHub

update "replace preview" link button's css

modify css
`.extra-network-thumbs .card:hover .additional a` 's value from `block` to `inline-block`.
So, extensions can add more buttons to extra network's thumbnail card.
parent 3531a500
......@@ -856,7 +856,7 @@ footer {
}
.extra-network-thumbs .card:hover .additional a {
display: block;
display: inline-block;
}
.extra-network-thumbs .actions .additional a {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment