Created
June 15, 2017 15:33
-
-
Save TomoyaShibata/cc74e5e3c5e05e14f38aaabb0c54bbab to your computer and use it in GitHub Desktop.
Web 版 Twitter 2017.06.16 Update による過剰な角丸を 6px に統一するやつ
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
.RichEditor { | |
border-radius: 6px; | |
} | |
.EdgeButton { | |
border-radius: 6px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment