diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2021-01-11 21:01:54 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2021-01-11 21:01:54 +0900 |
| commit | 20e67e7edd40a79d2c39ea8a52eda7994e3d6d2a (patch) | |
| tree | ab4b2ab916bd184562cbcb394b502894a2e75602 /src | |
| parent | アカウントの閉鎖をクライアントから行えるように (diff) | |
| download | sharkey-20e67e7edd40a79d2c39ea8a52eda7994e3d6d2a.tar.gz sharkey-20e67e7edd40a79d2c39ea8a52eda7994e3d6d2a.tar.bz2 sharkey-20e67e7edd40a79d2c39ea8a52eda7994e3d6d2a.zip | |
Tweak tab size
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/style.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index 076c181611..f4da7cafe2 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -29,6 +29,7 @@ html { font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; line-height: 1.35; text-size-adjust: 100%; + tab-size: 2; &, * { scrollbar-color: var(--scrollbarHandle) inherit; |