Skip to content

Instantly share code, notes, and snippets.

@pacochi
Last active March 8, 2024 01:58
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/bb65cd619a81ce70825c8e2ed8d7f922 to your computer and use it in GitHub Desktop.
Save pacochi/bb65cd619a81ce70825c8e2ed8d7f922 to your computer and use it in GitHub Desktop.
動画流しながらニューヨークタイムズのナンプレを遊ぶための。
/* ==UserStyle==
@name nytimes sudoku with youtube
@namespace hen.acho.co
@version 1.0.1
@description 上に YouTube 表示しながら遊べる縦幅にする。
@author pacochi
==/UserStyle== */
@-moz-document url-prefix("https://www.nytimes.com/puzzles/sudoku/") {
@media (max-height: 700px) {
.pz-header {
position: relative;
}
.su-app__divider {
display: none;
}
.su-app__control {
margin-top: -20px;
}
.su-keyboard__split {
margin-bottom: 0px;
}
.su-keyboard__number,
.su-keyboard__delete {
margin: 0;
height: 60px;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment