diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-10 21:37:37 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2020-02-10 21:37:37 +0900 |
| commit | 88a75e2a998cf43d3ee4cce6924ca85194eef4a0 (patch) | |
| tree | 661e6798949a248d2cfff364bace7fac357917f4 /src | |
| parent | :art: (diff) | |
| download | misskey-88a75e2a998cf43d3ee4cce6924ca85194eef4a0.tar.gz misskey-88a75e2a998cf43d3ee4cce6924ca85194eef4a0.tar.bz2 misskey-88a75e2a998cf43d3ee4cce6924ca85194eef4a0.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/style.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index c27b002efe..f576f287ee 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -388,7 +388,7 @@ a { } @keyframes blink { - 0% { opacity: 1; } - 30% { opacity: 1; } - 90% { opacity: 0; } + 0% { opacity: 1; transform: scale(1); } + 30% { opacity: 1; transform: scale(1); } + 90% { opacity: 0; transform: scale(0); } } |