Proyectos de Subversion LeadersLinked - SPA

Rev

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

Rev 1960 Rev 1985
Línea 31... Línea 31...
31
          flexDirection: 'column',
31
          flexDirection: 'column',
32
          gap: 1,
32
          gap: 1,
33
          height: 'fit-content',
33
          height: 'fit-content',
34
          display: { xs: 'none', sm: 'flex' },
34
          display: { xs: 'none', sm: 'flex' },
35
          gridArea: 'sidebar',
35
          gridArea: 'sidebar',
-
 
36
          overflow: 'hidden',
36
          pb: 1
37
          pb: 1
37
        }}
38
        }}
38
      >
39
      >
39
        {renderSidebar()}
40
        {renderSidebar()}
40
      </Box>
41
      </Box>
Línea 42... Línea 43...
42
        sx={{
43
        sx={{
43
          display: 'flex',
44
          display: 'flex',
44
          flexDirection: 'column',
45
          flexDirection: 'column',
45
          rowGap: 1,
46
          rowGap: 1,
46
          gridArea: 'main',
47
          gridArea: 'main',
-
 
48
          overflow: 'hidden',
47
          pb: 1
49
          pb: 1
48
        }}
50
        }}
49
      >
51
      >
50
        {renderMain()}
52
        {renderMain()}
51
      </Box>
53
      </Box>
Línea 53... Línea 55...
53
        sx={{
55
        sx={{
54
          display: 'flex',
56
          display: 'flex',
55
          flexDirection: 'column',
57
          flexDirection: 'column',
56
          gap: 1,
58
          gap: 1,
57
          gridArea: 'aside',
59
          gridArea: 'aside',
-
 
60
          overflow: 'hidden',
58
          pb: 1
61
          pb: 1
59
        }}
62
        }}
60
      >
63
      >
61
        {renderAside()}
64
        {renderAside()}
62
      </Box>
65
      </Box>