diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 11:46:16 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-30 11:46:16 +0900 |
| commit | 4c7152f4ac923fff8470ac99d1cf195d6534ae5e (patch) | |
| tree | 840ddda915aa2e068b381f2f806821510a9797ff /src/web | |
| parent | モバイル版のユーザーページに最終ログイン日時を表示... (diff) | |
| download | misskey-4c7152f4ac923fff8470ac99d1cf195d6534ae5e.tar.gz misskey-4c7152f4ac923fff8470ac99d1cf195d6534ae5e.tar.bz2 misskey-4c7152f4ac923fff8470ac99d1cf195d6534ae5e.zip | |
:art:
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/mobile/tags/init-following.tag | 2 | ||||
| -rw-r--r-- | src/web/app/mobile/tags/user.tag | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/app/mobile/tags/init-following.tag b/src/web/app/mobile/tags/init-following.tag index 6db9d89b61..d0b63ff5db 100644 --- a/src/web/app/mobile/tags/init-following.tag +++ b/src/web/app/mobile/tags/init-following.tag @@ -67,7 +67,7 @@ > .name display block - margin 24px 0 2px 0 + margin 24px 0 0 0 font-size 16px color #555 diff --git a/src/web/app/mobile/tags/user.tag b/src/web/app/mobile/tags/user.tag index 269acdaf3d..d85e3b51fd 100644 --- a/src/web/app/mobile/tags/user.tag +++ b/src/web/app/mobile/tags/user.tag @@ -376,7 +376,7 @@ font-size 12px > div - padding 0 8px 8px 8px + padding 2px 8px 8px 8px height 60px overflow hidden white-space normal |