fix(ott-1770): fixed commentators tab width (#521)

keep-around/af30b88d367751c9e05a735e4a0467a96238ef47
Andrey Razdorskiy 4 years ago committed by Mirlan
parent e467cd64d1
commit a0c5cecd4d
  1. 2
      src/config/tabsGroup.tsx
  2. 2
      src/features/Common/Tabs/index.tsx
  3. 2
      src/features/MatchSidePlaylists/index.tsx

@ -1 +1 @@
export const MATCH_SIDE_PLAYLIST_WIDTH = [80, 85, 123]
export const MATCH_SIDE_PLAYLIST_WIDTH = [33, 33, 33]

@ -56,7 +56,7 @@ export const Tab = styled.button.attrs(({ selected }: TabProps) => ({
!isMobileDevice
? css`
@media (orientation: landscape){
width: ${width}px !important;
width: ${width}% !important;
}
`
: ''

@ -67,7 +67,7 @@ export const MatchSidePlaylists = ({
selected={selectedTab === Tabs.LANGUAGES}
onClick={() => onTabClick(Tabs.LANGUAGES)}
>
<T9n t='commentators' />
<T9n t='languages' />
</Tab>
</TabsGroup>
</TabsWrapper>

Loading…
Cancel
Save