diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 20:32:59 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 20:32:59 +0900 |
| commit | 667f6ca335eee3d17096d63f7cba86738e727992 (patch) | |
| tree | bfca8c1b06e2f34e5c7cbc03852a2f2f123a43ca /src/web | |
| parent | 負の数サポート (diff) | |
| download | misskey-667f6ca335eee3d17096d63f7cba86738e727992.tar.gz misskey-667f6ca335eee3d17096d63f7cba86738e727992.tar.bz2 misskey-667f6ca335eee3d17096d63f7cba86738e727992.zip | |
[Client] インデントサイズ調整
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/base.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/base.styl b/src/web/app/base.styl index 9476d3335e..4b107a2c98 100644 --- a/src/web/app/base.styl +++ b/src/web/app/base.styl @@ -109,7 +109,7 @@ a pre > code font-family Consolas, 'Courier New', Courier, Monaco, monospace - tab-size 4 + tab-size 2 .comment opacity 0.5 |