diff --git a/src/core/client/stream/tabs/Comments/Stream/StreamContainer.css b/src/core/client/stream/tabs/Comments/Stream/StreamContainer.css index bdd25d92f..6dbe4f92f 100644 --- a/src/core/client/stream/tabs/Comments/Stream/StreamContainer.css +++ b/src/core/client/stream/tabs/Comments/Stream/StreamContainer.css @@ -8,9 +8,6 @@ } .sortMenu { - position: absolute; - right: 0; - top: 0; } .featuredCommentsInfo { @@ -22,7 +19,41 @@ .featuredCommentsTabContainer { position: relative; + overflow: hidden; } + +.featuredCommentsTabContainer > li { + display: block; +} + .featuredCommentsTab { padding-right: 30px !important; + width: 100%; +} + +.tabBar { + flex: 2; + overflow: hidden; +} + +.featuredTabText { + overflow: hidden; + text-overflow: ellipsis; +} + +.tabListItem { + display: block; +} + +.allCommentsTabContainer { + overflow: hidden; +} + +.allCommentsTab { + width: 100%; +} + +.allCommentsTabText { + overflow: hidden; + text-overflow: ellipsis; } diff --git a/src/core/client/stream/tabs/Comments/Stream/StreamContainer.tsx b/src/core/client/stream/tabs/Comments/Stream/StreamContainer.tsx index 4d1712a11..7309d4457 100644 --- a/src/core/client/stream/tabs/Comments/Stream/StreamContainer.tsx +++ b/src/core/client/stream/tabs/Comments/Stream/StreamContainer.tsx @@ -147,57 +147,68 @@ export const StreamContainer: FunctionComponent = props => { /> )} - - - {featuredCommentsCount > 0 && ( - - - - Featured + + + {featuredCommentsCount > 0 && ( + + + + Featured + + + {featuredCommentsCount} + + + + )} + + + + + All Comments + - {featuredCommentsCount} + {allCommentsCount} - - )} - - - - All Comments - - - {allCommentsCount} - - - - + + + + + + +
+ + + + + + + +
+
- - - - - - - -
-
    - -
+ + + 2 + + + + + + +
+ + + + + + + +
+
- - - - - - - -
-
    - -
+ + + 0 + + + + + + +
+ + + + + + + +
+
- - - - - - - -
-
    - -
+ + + 0 + + + + + + +
+ + + + + + + +
+
- - - - - - - -
-
    - -
+ + + 0 + + + + + + +
+ + + + + + + +
+
- - - - - - - -
-
    - -
+ + + 0 + + + + + + +
+ + + + + + + +
+
+ +
+ + + + + + + +
+