Skip to content

Instantly share code, notes, and snippets.

@pacochi
Last active April 3, 2022 05:12
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/3e17a4783b5c550a7e79ee8581f225a5 to your computer and use it in GitHub Desktop.
Save pacochi/3e17a4783b5c550a7e79ee8581f225a5 to your computer and use it in GitHub Desktop.
WORDLEja をスマホで快適に遊ぶための調整。
/* ==UserStyle==
@name WORDLEja adjuster
@namespace hen.acho.co
@version 1.0.1
@description WORDLEja をスマホで快適に遊ぶための調整。
@author pacochi
@updateURL https://gist.github.com/pacochi/3e17a4783b5c550a7e79ee8581f225a5/raw/wordleja.user.css
==/UserStyle== */
@-moz-document url-prefix("https://aseruneko.github.io/WORDLEja/") {
.seed-input p {
display: none;
}
#seed-text-box {
width: 6em;
}
.gojuon-area-wrapper {
width: 40vw;
margin: 0 auto;
}
.gojuon-area-wrapper span {
width: 2.4vw;
margin: 0.1vw;
font-size: 2.4vw;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment