Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 7229 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 7229 Rev 7231
Línea 32... Línea 32...
32
  padding-right: 0.5rem;
32
  padding-right: 0.5rem;
33
  gap: 0.5rem;
33
  gap: 0.5rem;
34
  margin-top: 0.5rem;
34
  margin-top: 0.5rem;
35
  max-height: 300px;
35
  max-height: 300px;
36
  overflow-y: auto;
36
  overflow-y: auto;
-
 
37
  width: 100%;
37
`
38
`
Línea 38... Línea 39...
38
 
39
 
39
const StyledComment = styled.ul`
40
const StyledComment = styled.div`
40
  display: flex;
41
  display: flex;
41
  gap: 0.5rem;
42
  gap: 0.5rem;
42
  align-items: flex-start;
43
  align-items: flex-start;
43
  .content {
44
  .content {
44
    background-color: var(--chat-send);
45
    background-color: var(--chat-send);
45
    border-radius: var(--border-radius);
46
    border-radius: var(--border-radius);
46
    display: flex;
47
    display: flex;
47
    flex-direction: column;
48
    flex-direction: column;
48
    flex-grow: 1;
49
    flex-grow: 1;
-
 
50
    gap: 0.5rem;
-
 
51
    max-width: 100%;
49
    gap: 0.5rem;
52
    overflow: hidden;
50
    padding: 0.5rem;
53
    padding: 0.5rem;
-
 
54
    position: relative;
-
 
55
    p {
-
 
56
      max-width: 100%;
-
 
57
      overflow: hidden;
-
 
58
      text-overflow: ellipsis;
51
    position: relative;
59
    }
52
  }
60
  }
53
  .info {
61
  .info {
54
    display: inline-flex;
62
    display: inline-flex;
55
    flex-direction: column;
63
    flex-direction: column;