diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 13:47:55 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-03-03 13:48:00 +0900 |
| commit | 87d17517f3e79e09e30a89dad3f94817dda424d3 (patch) | |
| tree | 412adf8a6a51191914bf1793c1472d7122f68289 /src/web/app/common/views/widgets | |
| parent | Update drive.vue (diff) | |
| download | misskey-87d17517f3e79e09e30a89dad3f94817dda424d3.tar.gz misskey-87d17517f3e79e09e30a89dad3f94817dda424d3.tar.bz2 misskey-87d17517f3e79e09e30a89dad3f94817dda424d3.zip | |
:v:
Diffstat (limited to 'src/web/app/common/views/widgets')
| -rw-r--r-- | src/web/app/common/views/widgets/calendar.vue | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/web/app/common/views/widgets/calendar.vue b/src/web/app/common/views/widgets/calendar.vue index 2bcdb07f9e..03f69a7597 100644 --- a/src/web/app/common/views/widgets/calendar.vue +++ b/src/web/app/common/views/widgets/calendar.vue @@ -107,6 +107,8 @@ export default define({ </script> <style lang="stylus" scoped> +@import '~const.styl' + .mkw-calendar padding 16px 0 color #777 |