diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 05:56:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-09 05:56:06 +0900 |
| commit | d9039e39134bbf9746b244bcf68aee216a736b40 (patch) | |
| tree | 4bedf571ba047bf0916859f5aec134d861f7deed /src/web | |
| parent | [Client:Mobile] :art: (diff) | |
| download | misskey-d9039e39134bbf9746b244bcf68aee216a736b40.tar.gz misskey-d9039e39134bbf9746b244bcf68aee216a736b40.tar.bz2 misskey-d9039e39134bbf9746b244bcf68aee216a736b40.zip | |
[Client] :v:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/timeline-post.tag | 4 | ||||
| -rw-r--r-- | src/web/app/reset.styl | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag index 2659e2eb33..847c7632a7 100644 --- a/src/web/app/mobile/tags/timeline-post.tag +++ b/src/web/app/mobile/tags/timeline-post.tag @@ -191,12 +191,10 @@ display block margin 0 padding 0 + word-wrap break-word font-size 1.1em color #717171 - &, * - word-wrap break-word - mk-url-preview margin-top 8px diff --git a/src/web/app/reset.styl b/src/web/app/reset.styl index cf872337cf..d9cc3900b7 100644 --- a/src/web/app/reset.styl +++ b/src/web/app/reset.styl @@ -3,6 +3,15 @@ box-sizing border-box background-clip padding-box !important +html +body + margin 0 + padding 0 + +body + word-wrap break-word + overflow-wrap break-word + input:not([type]) input[type='text'] input[type='password'] |