Skip to content

Instantly share code, notes, and snippets.

@mstssk
Created June 30, 2016 01:28
Show Gist options
  • Save mstssk/3feb9c2e578153f4cdf7925e2c01d483 to your computer and use it in GitHub Desktop.
Save mstssk/3feb9c2e578153f4cdf7925e2c01d483 to your computer and use it in GitHub Desktop.
Twitterのアンケート機能で投票していなくてもパーセンテージが見えるようにする
/* style for https://twitter.com/ */
.TwitterCard [data-poll-state=opened] .PollXChoice-optionContainer .PollXChoice-progress {
max-width: 100% !important;
margin-left: .64286em !important;
margin-right: .64286em !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment