Compare commits
No commits in common. "c39d6ba811aa79a19bbca125570db361b4f0183b" and "b85ab380ef3a98202a78ec3859abbebf27fa1a0f" have entirely different histories.
c39d6ba811
...
b85ab380ef
Before Width: | Height: | Size: 6.6 KiB After Width: | Height: | Size: 463 B |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 932 B |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 472 B |
@ -312,7 +312,7 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.chatInterface .top{
|
||||
font-size: 20rpx;
|
||||
font-size: 24rpx;
|
||||
height: 90rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@ -322,7 +322,7 @@
|
||||
color: blue;
|
||||
}
|
||||
.chatInterface .top .description{
|
||||
/* text-decoration: underline; */
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.chatInterface .message-item{
|
||||
|