From 0923564de881d3afd394bc4fa7179ce16060903b Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 6 Feb 2017 18:09:30 +0900 Subject: [PATCH] [Client] Fix design --- src/web/app/desktop/tags/timeline.tag | 4 ++-- src/web/app/desktop/tags/user-home.tag | 1 - src/web/app/mobile/tags/timeline-post.tag | 2 +- 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 40ba9ea24..ddb723529 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 4578fa4e5..f3e0598d7 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 a39e000f7..80f06d8e9 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