diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 15:05:29 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2020-10-19 15:05:29 +0900 |
| commit | f0691c8a4f77bc58e84a9e25eda81b63ef33910d (patch) | |
| tree | f98e3062ea28c93c49025cfdd898edee8437748b /src/client/style.scss | |
| parent | fb07116a4 のコミット忘れ (diff) | |
| download | misskey-f0691c8a4f77bc58e84a9e25eda81b63ef33910d.tar.gz misskey-f0691c8a4f77bc58e84a9e25eda81b63ef33910d.tar.bz2 misskey-f0691c8a4f77bc58e84a9e25eda81b63ef33910d.zip | |
:art:
Diffstat (limited to 'src/client/style.scss')
| -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 a8e322aeda..654267084d 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -324,6 +324,7 @@ hr { > ._title, > ._content { + box-sizing: border-box; max-width: var(--baseContentWidth); margin: 0 auto; } |