Skip to content

Instantly share code, notes, and snippets.

@pacochi
Created May 8, 2018 07:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacochi/b8aa45784522908b2428d37383aa6740 to your computer and use it in GitHub Desktop.
Save pacochi/b8aa45784522908b2428d37383aa6740 to your computer and use it in GitHub Desktop.
お知らせ等で画面左下のキャラが潰されるインスタンスでキャラをポイントした時に拡大します。
.drawer__inner > .drawer__inner__mastodon {
transition: 0.5s;
}
.drawer__inner > .drawer__inner__mastodon:hover {
margin-top: -145px;
min-height: 192px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment