diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-16 12:06:54 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-04-16 12:06:54 +0900 |
| commit | 481b46ac9e40d7cd6ebbb69ae93a17a6b3fe8cae (patch) | |
| tree | ab90a30a51a5d7218c5e52ac95dec13ac4178fa8 /src/client/style.scss | |
| parent | Improve UI (diff) | |
| download | misskey-481b46ac9e40d7cd6ebbb69ae93a17a6b3fe8cae.tar.gz misskey-481b46ac9e40d7cd6ebbb69ae93a17a6b3fe8cae.tar.bz2 misskey-481b46ac9e40d7cd6ebbb69ae93a17a6b3fe8cae.zip | |
Tweak UI
Diffstat (limited to 'src/client/style.scss')
| -rw-r--r-- | src/client/style.scss | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/style.scss b/src/client/style.scss index 63433109ff..b12299422c 100644 --- a/src/client/style.scss +++ b/src/client/style.scss @@ -26,6 +26,7 @@ html { background-position: center; color: var(--fg); overflow: auto; + overflow-wrap: break-word; font-family: "BIZ UDGothic", Roboto, HelveticaNeue, Arial, sans-serif; line-height: 1.35; text-size-adjust: 100%; @@ -88,10 +89,6 @@ html._themeChanging_ { } } -body { - overflow-wrap: break-word; -} - html, body { margin: 0; padding: 0; |