Hide user name on subsequent messages
This commit is contained in:
parent
9480c600f9
commit
819c16d02f
2 changed files with 25 additions and 17 deletions
|
|
@ -536,6 +536,9 @@ input:focus {
|
|||
}
|
||||
|
||||
.message-bubble {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: .4em;
|
||||
padding: 12px 16px;
|
||||
font-size: 0.92rem;
|
||||
line-height: 1.5;
|
||||
|
|
@ -582,7 +585,6 @@ input:focus {
|
|||
justify-content: flex-end;
|
||||
gap: 4px;
|
||||
font-size: 0.7rem;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.message-image-attachement {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue