Rev 3726 | Rev 5926 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |
.message {box-shadow: $light-shadow;display: inline-flex;flex-direction: column;margin-bottom: 0.5rem;max-width: 70%;min-width: 4rem;padding: 0.5rem;position: relative;&>p {color: $chat-color;}&>img {max-width: 250px;max-height: 250px;object-fit: contain;}&_sent {align-self: flex-end;background-color: $chat-send;border-radius: 10px 0 10px 10px;}&_received {align-self: flex-start;background-color: $chat-received;border-radius: 0 10px 10px 10px;}&_time {position: absolute;color: $subtitle-color;right: 5px;bottom: 5px;font-size: 0.6rem;}}.download_btn {display: inline-flex;gap: 0.5rem;padding: 2px 10px;margin-left: 0.2rem;color: black;}.user_name {font-size: 0.7rem;color: $font-color;align-self: flex-start;margin-bottom: 0.2rem;}.message_container {display: inline-flex;gap: 1rem;}