Skip to content

Instantly share code, notes, and snippets.

@aquarla
Created May 17, 2018 04:34
Show Gist options
  • Save aquarla/a62f6024ae09f523b806f1557af0d265 to your computer and use it in GitHub Desktop.
Save aquarla/a62f6024ae09f523b806f1557af0d265 to your computer and use it in GitHub Desktop.
左端にカーソルを持っていったときだけ、Mastodonの投稿エリアが表示されるユーザーCSS
@-moz-document url-prefix("https://iwatedon.net/") {
div.drawer {
width: 10px;
}
div.drawer:hover {
width: 300px;
}
}
@aquarla
Copy link
Author

aquarla commented May 17, 2018

カーソルがIME欄とか絵文字パレットとかに重なるとdivが閉じるので、ぶっちゃけ使いにくい

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment