From b1fc251aa8bbbda289d8e600999165599553ec04 Mon Sep 17 00:00:00 2001 From: yume_yu Date: Sat, 11 Jan 2020 23:09:50 +0900 Subject: [PATCH 1/5] =?UTF-8?q?feat:=20Font=20Awesome=E3=81=AE=E5=B0=8E?= =?UTF-8?q?=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4f33edc..011797e 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,7 @@ +
From 0243eb55fc2686cbd10e4f26f5d38ffdbdd3bb83 Mon Sep 17 00:00:00 2001 From: yume_yu Date: Sun, 12 Jan 2020 10:00:29 +0900 Subject: [PATCH 2/5] =?UTF-8?q?feat:=20tootID/URL=E3=81=AE=E3=83=98?= =?UTF-8?q?=E3=83=AB=E3=83=97=E8=A1=A8=E7=A4=BA=E3=82=92icon=E3=81=AE?= =?UTF-8?q?=E3=83=9B=E3=83=90=E3=83=BC=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 32 ++++++++++++++++++++++---------- index.html | 2 +- 2 files changed, 23 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index b4c4b77..ba405c9 100644 --- a/css/style.css +++ b/css/style.css @@ -203,11 +203,19 @@ label { padding-bottom: 15px; color: #000; line-height: 1; + position: relative; } -/* end */ +label>i{ + color: darkgray; + margin-left: 0.25rem; +} -.error { +label>i:hover{ + color: gray; + margin-left: 0.25rem; +} +.hint { display: none; font-size: .8rem; position: absolute; @@ -219,6 +227,18 @@ label { color: transparent; } +i:hover .hint { + display: block; + animation-name: appear; + animation-duration: 0.3s; + animation-fill-mode: forwards; + animation-timing-function: ease-out; +} + +/* end */ + + + @keyframes appear { from { background-color: transparent; @@ -231,14 +251,6 @@ label { color: #348304; } } - -input:hover+.error { - display: inline; - animation-name: appear; - animation-duration: 0.3s; - animation-fill-mode: forwards; - animation-timing-function: ease-out; -} @media screen and (max-width: 899px) { /* width for mobile view */ .area{width: 90vw; height: auto;} diff --git a/index.html b/index.html index 011797e..c045838 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@

mastogetter

-

例)
012345678901234567
https://hogedon.com/web/status/012345678901234567
https://hogedon.com/@userid/012345678901234567

+

From 83e4e87d2633ffb4a0f7ff1ca7be5ca270738840 Mon Sep 17 00:00:00 2001 From: yume_yu Date: Sun, 12 Jan 2020 10:09:11 +0900 Subject: [PATCH 3/5] =?UTF-8?q?fix:=20=E3=83=9C=E3=82=BF=E3=83=B3=E6=8A=BC?= =?UTF-8?q?=E4=B8=8B=E6=99=82=E3=81=AB=E3=83=96=E3=83=A9=E4=BB=98=E3=81=8D?= =?UTF-8?q?=E9=9D=92=E6=9E=A0=E3=81=8C=E5=87=BA=E3=81=A6=E3=81=84=E3=81=9F?= =?UTF-8?q?=E3=81=AE=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index ba405c9..9b67166 100644 --- a/css/style.css +++ b/css/style.css @@ -115,6 +115,11 @@ div.area>div input:last-child { #copylink { margin-left: 10px; } + +input[type=button]:focus { + outline:0; +} + .area input[type="button"] { font-size: 15px; padding: .5em; From 5acc3f4500fd2a3a022cea594a4060a552584b7b Mon Sep 17 00:00:00 2001 From: yume_yu Date: Mon, 13 Jan 2020 16:18:19 +0900 Subject: [PATCH 4/5] =?UTF-8?q?fix:=20@media=E9=83=A8=E5=88=86=E3=81=AE?= =?UTF-8?q?=E3=82=AF=E3=83=A9=E3=82=B9=E5=90=8D=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 9b67166..af89273 100644 --- a/css/style.css +++ b/css/style.css @@ -262,14 +262,14 @@ i:hover .hint { #matomain { width: 100%; } - .error { + .hint { font-size: .6rem; } } @media screen and (max-width: 669px) { /* width for mobile view */ - .error { + .hint { right: -8vw ; font-size: 2vw; } From 0d838bf562466577dd3f4c66adf92298b3362582 Mon Sep 17 00:00:00 2001 From: yume_yu Date: Mon, 13 Jan 2020 16:22:01 +0900 Subject: [PATCH 5/5] =?UTF-8?q?fix:=20firefox=E3=81=AE=E3=83=97=E3=83=AC?= =?UTF-8?q?=E3=83=95=E3=82=A3=E3=83=83=E3=82=AF=E3=82=B9=E8=BF=BD=E5=8A=A0?= =?UTF-8?q?=E3=81=A8=E6=96=87=E5=AD=97=E5=88=97=E6=8A=98=E8=BF=94=E3=81=97?= =?UTF-8?q?=E6=8A=91=E6=AD=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/style.css b/css/style.css index af89273..845d293 100644 --- a/css/style.css +++ b/css/style.css @@ -225,6 +225,8 @@ label>i:hover{ font-size: .8rem; position: absolute; width: fit-content; + width: -moz-fit-content; + word-break: keep-all; bottom: 100%; right: 0; padding: .5em 1em .4em;