diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-01-31 01:02:02 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-01-31 01:02:02 +0900 |
| commit | 83fa592acb5d406f655f2afc00ff8254e18d4f2d (patch) | |
| tree | 2e45009abbef18fbd85f0e26481077b2977b2b1a | |
| parent | Merge pull request #95 from syuilo/greenkeeper/summaly-1.4.1 (diff) | |
| download | misskey-83fa592acb5d406f655f2afc00ff8254e18d4f2d.tar.gz misskey-83fa592acb5d406f655f2afc00ff8254e18d4f2d.tar.bz2 misskey-83fa592acb5d406f655f2afc00ff8254e18d4f2d.zip | |
Fix: Well done, riot
| -rw-r--r-- | src/web/app/desktop/tags/user-preview.tag | 105 |
1 files changed, 50 insertions, 55 deletions
diff --git a/src/web/app/desktop/tags/user-preview.tag b/src/web/app/desktop/tags/user-preview.tag index a746dc1cf1..f35c7fabeb 100644 --- a/src/web/app/desktop/tags/user-preview.tag +++ b/src/web/app/desktop/tags/user-preview.tag @@ -31,74 +31,69 @@ border-radius 4px overflow hidden - // https://github.com/riot/riot/issues/2081 - > virtual - display block - position relative + > .banner + height 84px + background-color #f5f5f5 + background-size cover + background-position center - > .banner - height 84px - background-color #f5f5f5 - background-size cover - background-position center + > .avatar + display block + position absolute + top 62px + left 13px - > .avatar + > img display block - position absolute - top 62px - left 13px + width 58px + height 58px + margin 0 + border solid 3px #fff + border-radius 8px - > img - display block - width 58px - height 58px - margin 0 - border solid 3px #fff - border-radius 8px + > .title + display block + padding 8px 0 8px 85px - > .title + > .name display block - padding 8px 0 8px 85px + margin 0 + font-weight bold + line-height 16px + color #656565 - > .name - display block - margin 0 - font-weight bold - line-height 16px - color #656565 - - > .username - display block - margin 0 - line-height 16px - font-size 0.8em - color #999 + > .username + display block + margin 0 + line-height 16px + font-size 0.8em + color #999 - > .bio - padding 0 16px - font-size 0.7em - color #555 + > .bio + padding 0 16px + font-size 0.7em + color #555 - > .status - padding 8px 16px + > .status + padding 8px 16px - > div - display inline-block - width 33% + > div + display inline-block + width 33% - > p - margin 0 - font-size 0.7em - color #aaa + > p + margin 0 + font-size 0.7em + color #aaa - > a - font-size 1em - color $theme-color + > a + font-size 1em + color $theme-color - > mk-follow-button - position absolute - top 92px - right 8px + > mk-follow-button + position absolute + top 92px + right 8px </style> <script> |