Skip to content

Instantly share code, notes, and snippets.

@hogashi
Last active October 5, 2023 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hogashi/51fd69f2ede034f839155a2d9795858b to your computer and use it in GitHub Desktop.
Save hogashi/51fd69f2ede034f839155a2d9795858b to your computer and use it in GitHub Desktop.
tweetdeck show card title css
/* リンクカードにタイトル出す */
article [data-testid*="card"] a[role="link"][aria-label]::after {
content: attr(aria-label);
border: 1px solid rgb(47, 51, 54);
border-top: 0;
padding: 7px;
color: rgb(220, 220, 220);
word-break: break-all;
font: 14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
article [data-testid*="card"] a[role="link"][aria-label] div:has([dir="ltr"]) {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment