-
-
Notifications
You must be signed in to change notification settings - Fork 799
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add optional info icon to top right of cards #149
Conversation
thanks for the PR @taigrr! I'll look into it and test it asap. |
Hey @bastienwirtz any chance you could revisit this and #153 #154 and #147 ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good otherwise 👍 Thanks, @taigrr.
.media-content { | ||
overflow: hidden; | ||
text-overflow: inherit; | ||
} | ||
.infolink { | ||
font-family: "Font Awesome 5 Free"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have you tried without this line? as we use the <i>
tag with the css class, I don't think that's needed (other icons works without it)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll take a look right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specifically line 219 or the entire block?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the line 219 yes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any update on this PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any update?
Description
No new dependencies for this feature, screenshots attached below.
New options for services were bundled into the
Generic
card and allow an optional info link to be set with theinfo
andinfotarget
properties.Note this UI/UX change moves the tag element from the top to the bottom right of the card to make room for the new icon.
Fixes #125
Type of change
Checklist:
config.yml
file