summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-06 18:09:30 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-06 18:09:30 +0900
commit0923564de881d3afd394bc4fa7179ce16060903b (patch)
tree8ca5f237286ce406fbd77ba2018600ebf4d77f18 /src/web
parentMerge pull request #121 from ha-dai/patch-a (diff)
downloadmisskey-0923564de881d3afd394bc4fa7179ce16060903b.tar.gz
misskey-0923564de881d3afd394bc4fa7179ce16060903b.tar.bz2
misskey-0923564de881d3afd394bc4fa7179ce16060903b.zip
[Client] Fix design
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/tags/timeline.tag4
-rw-r--r--src/web/app/desktop/tags/user-home.tag1
-rw-r--r--src/web/app/mobile/tags/timeline-post.tag2
3 files changed, 3 insertions, 4 deletions
diff --git a/src/web/app/desktop/tags/timeline.tag b/src/web/app/desktop/tags/timeline.tag
index 40ba9ea246..ddb723529a 100644
--- a/src/web/app/desktop/tags/timeline.tag
+++ b/src/web/app/desktop/tags/timeline.tag
@@ -12,8 +12,8 @@
border-bottom solid 1px #eaeaea
&:first-child
- border-top-left-radius 4px
- border-top-right-radius 4px
+ border-top-left-radius 6px
+ border-top-right-radius 6px
&:last-of-type
border-bottom none
diff --git a/src/web/app/desktop/tags/user-home.tag b/src/web/app/desktop/tags/user-home.tag
index 4578fa4e51..f3e0598d7e 100644
--- a/src/web/app/desktop/tags/user-home.tag
+++ b/src/web/app/desktop/tags/user-home.tag
@@ -17,7 +17,6 @@
//border solid 1px #eaeaea
border solid 1px rgba(0, 0, 0, 0.075)
border-radius 6px
- overflow hidden
&:not(:last-child)
margin-bottom 16px
diff --git a/src/web/app/mobile/tags/timeline-post.tag b/src/web/app/mobile/tags/timeline-post.tag
index a39e000f76..80f06d8e9f 100644
--- a/src/web/app/mobile/tags/timeline-post.tag
+++ b/src/web/app/mobile/tags/timeline-post.tag
@@ -114,7 +114,7 @@
margin 0 10px 8px 0
position -webkit-sticky
position sticky
- top 66px
+ top 64px
@media (min-width 500px)
margin-right 16px