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