Skip to content

Instantly share code, notes, and snippets.

@xnuk
Created June 17, 2017 00:10
Show Gist options
  • Save xnuk/d78814d1b1d1baa98dd34ab9b81926fb to your computer and use it in GitHub Desktop.
Save xnuk/d78814d1b1d1baa98dd34ab9b81926fb to your computer and use it in GitHub Desktop.
트위터 프로필 클릭 원래대로 하기
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