Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3952 Rev 3953
Línea 1... Línea 1...
1
.comment-container {
1
.comment-container {
2
  display: flex;
2
  display: flex;
3
  gap: 0.5rem;
3
  gap: 0.5rem;
-
 
4
  align-items: flex-start;
4
  .user-image {
5
  .user-image {
5
    width: 50px;
6
    width: 50px;
6
    object-fit: contain;
7
    object-fit: contain;
7
    border-radius: 50%;
8
    border-radius: 50%;
8
    background: $white;
9
    background: $white;
Línea 18... Línea 19...
18
    padding: 0.5rem;
19
    padding: 0.5rem;
19
  }
20
  }
20
}
21
}
Línea 21... Línea 22...
21
 
22
 
-
 
23
.comment-list {
-
 
24
  display: flex;
-
 
25
  flex-direction: column;
22
.comment-list {
26
  gap: 1rem;
23
  max-height: 300px;
27
  max-height: 300px;
24
  overflow-y: auto;
-
 
25
  ul {
-
 
26
    display: flex;
-
 
27
    flex-direction: column;
-
 
28
    gap: 1rem;
-
 
29
  }
28
  overflow-y: auto;