Browse Source

Fix CategoryPicker UI bug

Francesco Baccetti 4 years ago
parent
commit
366f964f09
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/BrowseView.tsx

+ 2 - 2
src/views/BrowseView.tsx

@@ -41,8 +41,8 @@ const StyledCategoryPicker = styled(CategoryPicker)`
   z-index: 10;
   position: sticky;
   top: 0;
-  padding-top: ${sizes.b5}px;
-  padding-bottom: ${sizes.b2}px;
+  padding: ${sizes.b5}px ${sizes.b8}px ${sizes.b2}px;
+  margin: 0 -${sizes.b8}px;
   background-color: ${colors.black};
 `
 const StyledInfiniteVideoGrid = styled(InfiniteVideoGrid)`