You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some desire to see which manifest generated the cards. I suppose seeing as okh-search doesn't use all manifest information this could be a nice stop-gap feature for someone who really wants more information.
It could look something like this: @kasbah how easy is this?
I tried to put the link in the card but the card is a link and it didn't like nested links.
In the end I added a <div> around the card moved the style="margin:20px" to the div rather than the card. Then inside the <div> under the card added
There is some desire to see which manifest generated the cards. I suppose seeing as okh-search doesn't use all manifest information this could be a nice stop-gap feature for someone who really wants more information.
It could look something like this:
@kasbah how easy is this?
I tried to put the link in the card but the card is a link and it didn't like nested links.
In the end I added a
<div>
around the card moved thestyle="margin:20px"
to the div rather than the card. Then inside the<div>
under the card addedIt was a horrible hack in the browser dev tools and somehow it killed the image of the card!?
The text was updated successfully, but these errors were encountered: