Last active
April 3, 2022 05:12
-
-
Save pacochi/3e17a4783b5c550a7e79ee8581f225a5 to your computer and use it in GitHub Desktop.
WORDLEja をスマホで快適に遊ぶための調整。
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 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