mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Koenig - Fixed missing borders on some embeds
refs https://github.com/TryGhost/Ghost/issues/9724 - removed 1px white border on embed card click overlay so that it doesn't cover borders used by certain embeds such as Instagram and Facebook posts
This commit is contained in:
parent
f7d20dd2a8
commit
9c299b973a
@ -19,7 +19,7 @@
|
||||
<div class="kg-card-hover">
|
||||
<div class="koenig-embed-{{payload.type}} flex justify-center relative" data-kg-embed>
|
||||
<iframe class="bn miw-100" scrolling="no"></iframe>
|
||||
<div class="koenig-card-click-overlay ba b--white" data-kg-overlay></div>
|
||||
<div class="koenig-card-click-overlay ba b--transparent" data-kg-overlay></div>
|
||||
</div>
|
||||
|
||||
{{#if (or isSelected (clean-basic-html payload.caption))}}
|
||||
|
Loading…
Reference in New Issue
Block a user