Last active
July 13, 2024 05:54
-
-
Save pacochi/bb65cd619a81ce70825c8e2ed8d7f922 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
/* ==UserStyle== | |
@name nytimes sudoku with youtube | |
@namespace hen.acho.co | |
@version 1.0.3 | |
@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; | |
} | |
} | |
.su-keyboard__auto { | |
margin-top: 50px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment