Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 854 Rev 855
Línea 28... Línea 28...
28
  gap: 0.5rem;
28
  gap: 0.5rem;
29
  overflow-y: auto;
29
  overflow-y: auto;
30
  height: 0;
30
  height: 0;
31
  max-height: 250px;
31
  max-height: 250px;
32
  transition: all 0.2s ease-in-out;
32
  transition: all 0.2s ease-in-out;
33
 
-
 
34
  ${(props) =>
33
  ${(props) =>
35
    props.show &&
34
    props.show &&
36
    css`
35
    css`
37
      height: auto;
36
      height: auto;
38
    `}
37
    `}
Línea 99... Línea 98...
99
        <IconButton onClick={toggleMenu}>
98
        <IconButton onClick={toggleMenu}>
100
          {displayMenu ? <ExpandLessIcon /> : <ExpandMoreIcon />}
99
          {displayMenu ? <ExpandLessIcon /> : <ExpandMoreIcon />}
101
        </IconButton>
100
        </IconButton>
102
      </HelperItem>
101
      </HelperItem>
Línea 103... Línea 102...
103
 
102
 
104
      <HelperList>
103
      <HelperList show={displayMenu}>
105
        {widgetData.length ? (
104
        {widgetData.length ? (
106
          dataSlice().map(({ id, name, profile, image }) => (
105
          dataSlice().map(({ id, name, profile, image }) => (
107
            <li key={id}>
106
            <li key={id}>
108
              <Link
107
              <Link