Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6342 Rev 6753
Línea 43... Línea 43...
43
}
43
}
Línea 44... Línea 44...
44
 
44
 
45
.messages_container {
45
.messages_container {
46
  display: flex;
46
  display: flex;
47
  flex-flow: column-reverse;
-
 
48
  flex-wrap: nowrap;
47
  flex-flow: column-reverse;
49
  height: 85%;
48
  height: -webkit-fill-available;
50
  padding: 0 1.5rem 0.5rem;
49
  padding: .5rem 0;
51
  overflow: auto;
50
  overflow: auto;
Línea 52... Línea 51...
52
}
51
}
53
 
52
 
54
.message_wrapper {
53
.message_wrapper {
-
 
54
  display: flex;
55
  display: flex;
55
  flex-direction: column;
Línea 56... Línea 56...
56
  flex-direction: column;
56
  gap: .5rem;
57
}
57
}
58
 
58