Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16859 Rev 16860
Línea 27591... Línea 27591...
27591
  color: var(--subtitle-color);
27591
  color: var(--subtitle-color);
27592
  font-weight: 600;
27592
  font-weight: 600;
27593
  font-size: .9rem;
27593
  font-size: .9rem;
27594
}
27594
}
Línea -... Línea 27595...
-
 
27595
 
-
 
27596
.comment-form {
-
 
27597
  display: flex;
-
 
27598
  align-items: center;
-
 
27599
  gap: 0.5rem;
-
 
27600
  width: 100%;
-
 
27601
}
-
 
27602
 
-
 
27603
.comment-list {
-
 
27604
  display: flex;
-
 
27605
  flex-direction: column;
-
 
27606
  gap: 0.5rem;
-
 
27607
  margin-top: 0.5rem;
-
 
27608
  max-height: 300px;
-
 
27609
  overflow-y: auto;
-
 
27610
  width: 100%;
-
 
27611
}
-
 
27612
 
-
 
27613
.comment-container {
-
 
27614
  background-color: var(--chat-send);
-
 
27615
  border-radius: var(--border-radius);
-
 
27616
  display: flex;
-
 
27617
  flex-direction: column;
-
 
27618
  flex-grow: 1;
-
 
27619
  gap: 0.5rem;
-
 
27620
  max-width: 100%;
-
 
27621
  overflow: hidden;
-
 
27622
  padding: 0.5rem;
-
 
27623
  position: relative;
-
 
27624
}
27595
 
27625
 
27596
@media (max-width: 768px) {
27626
@media (max-width: 768px) {
27597
  .feed-section {
27627
  .feed-section {
27598
    width: 100%;
27628
    width: 100%;