Created
June 30, 2016 01:28
-
-
Save mstssk/3feb9c2e578153f4cdf7925e2c01d483 to your computer and use it in GitHub Desktop.
Twitterのアンケート機能で投票していなくてもパーセンテージが見えるようにする
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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