Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 205 | Rev 875 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 205 Rev 206
Línea 24... Línea 24...
24
const StyledSuggestList = styled.div`
24
const StyledSuggestList = styled.div`
25
  max-height: 265px;
25
  max-height: 265px;
26
  overflow: auto;
26
  overflow: auto;
27
  width: 100%;
27
  width: 100%;
28
  display: flex;
28
  display: flex;
29
  flex-direction: row;
-
 
30
  @media ${device.tabletL} {
-
 
31
    flex-direction: column;
29
  flex-direction: column;
32
    &::-webkit-scrollbar-thumb {
-
 
33
      visibility: visible;
-
 
34
    }
-
 
35
  }
-
 
36
`;
30
`;
Línea 37... Línea 31...
37
 
31
 
38
const PeopleYouMayKnow = () => {
32
const PeopleYouMayKnow = () => {
39
  const [peopleYouMayKnow, setPeopleYouMayKnow] = useState([]);
33
  const [peopleYouMayKnow, setPeopleYouMayKnow] = useState([]);