Created
June 17, 2017 00:10
-
-
Save xnuk/d78814d1b1d1baa98dd34ab9b81926fb to your computer and use it in GitHub Desktop.
트위터 프로필 클릭 원래대로 하기
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
ul[aria-hidden="false"][aria-labelledby="user-dropdown-toggle"]>li.current-user>a:before { | |
content: ''; | |
display: block; | |
height: 60px; | |
margin-top: -60px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment