From f2d5447cdebaea8130c26103c2ef5027d12a7dda Mon Sep 17 00:00:00 2001 From: yuki540 Date: Sun, 22 Apr 2018 00:09:29 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20pc=E3=81=A8=E3=81=AE=E3=82=B9=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=AB=E3=81=AE=E5=B7=AE=E7=95=B0=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/scss/modules/sp/_gab-animation.scss | 1 + src/scss/modules/tablet/_gab-animation.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/src/scss/modules/sp/_gab-animation.scss b/src/scss/modules/sp/_gab-animation.scss index 6cfe44a..5ec3a19 100644 --- a/src/scss/modules/sp/_gab-animation.scss +++ b/src/scss/modules/sp/_gab-animation.scss @@ -299,6 +299,7 @@ top: 0; left: 0; width: 100%; height: 100%; background-color: $theme-bg; + border-radius: 50%; } } .char-1 { background-image: url(../images/gab-animation/name/1.png); } diff --git a/src/scss/modules/tablet/_gab-animation.scss b/src/scss/modules/tablet/_gab-animation.scss index 936c98c..43b992e 100644 --- a/src/scss/modules/tablet/_gab-animation.scss +++ b/src/scss/modules/tablet/_gab-animation.scss @@ -291,6 +291,7 @@ top: 0; left: 0; width: 100%; height: 100%; background-color: $theme-bg; + border-radius: 50%; } } .char-1 { background-image: url(../images/gab-animation/name/1.png); }