diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2018-07-19 00:13:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-19 00:13:58 +0900 |
| commit | 6da464fd1b8db79cf8ba95f1dc9590ffb429afcc (patch) | |
| tree | 5ecb94aad5c35d655d43fba334e18e39a7040a54 /src | |
| parent | reCAPTCHAをオプションに (diff) | |
| download | sharkey-6da464fd1b8db79cf8ba95f1dc9590ffb429afcc.tar.gz sharkey-6da464fd1b8db79cf8ba95f1dc9590ffb429afcc.tar.bz2 sharkey-6da464fd1b8db79cf8ba95f1dc9590ffb429afcc.zip | |
Update calendar.vue
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/app/common/views/widgets/calendar.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/app/common/views/widgets/calendar.vue b/src/client/app/common/views/widgets/calendar.vue index 333b56f629..9c8f1bff68 100644 --- a/src/client/app/common/views/widgets/calendar.vue +++ b/src/client/app/common/views/widgets/calendar.vue @@ -175,6 +175,7 @@ root(isDark) > .val height 4px background $theme-color + transition width .3s cubic-bezier(0.23, 1, 0.32, 1) &:nth-child(1) > .meter > .val |