diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-11-10 01:33:30 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-11-10 01:33:30 +0900 |
| commit | 90d3f94fcf3109292f7c3b66933077fee768551e (patch) | |
| tree | 8e82e41f23a360590220dae7fec74c8b42caa616 /src | |
| parent | Use import (diff) | |
| download | misskey-90d3f94fcf3109292f7c3b66933077fee768551e.tar.gz misskey-90d3f94fcf3109292f7c3b66933077fee768551e.tar.bz2 misskey-90d3f94fcf3109292f7c3b66933077fee768551e.zip | |
:art:
Diffstat (limited to 'src')
| -rw-r--r-- | src/web/app/desktop/tags/home.tag | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/src/web/app/desktop/tags/home.tag b/src/web/app/desktop/tags/home.tag index 5fc5e0d6a7..1094224f0f 100644 --- a/src/web/app/desktop/tags/home.tag +++ b/src/web/app/desktop/tags/home.tag @@ -24,7 +24,7 @@ <button onclick={ addWidget }>追加</button> </div> <div class="trash" ref="trash"> - <p class="ignore"><b>ゴミ箱</b> (ここにウィジェットをドロップすると削除できます)</p> + <p class="ignore"><b>ゴミ箱</b><br>(ここにウィジェットをドロップすると削除できます)</p> </div> </div> <div class="main"> @@ -46,14 +46,31 @@ > .customize display flex margin 0 auto - max-width 1200px - background #fff1c8 + max-width 1200px - 32px + background #fff + border-radius 0 0 16px 16px + border solid 1px #ddd + border-top none > div + padding 16px width 50% + &.adder + > p + display inline + &.trash - background #ffc5c5 + border-left solid 1px #ddd + + > p + position absolute + top 0 + left 0 + width 100% + margin 0 + text-align center + pointer-events none > .main display flex |