mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Fix message marking
This commit is contained in:
parent
d7294296a5
commit
871440d783
@ -55,9 +55,9 @@
|
||||
color: @wcfSelectedColor;
|
||||
}
|
||||
|
||||
> {
|
||||
> .innerMessageContainer {
|
||||
.markContainer {
|
||||
display: table-cell;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -95,6 +95,7 @@
|
||||
|
||||
> .innerMessageContainer {
|
||||
padding: 5px 20px 5px 5px;
|
||||
position: relative;
|
||||
|
||||
.userAvatar {
|
||||
float: left;
|
||||
@ -108,6 +109,13 @@
|
||||
time {
|
||||
float: right;
|
||||
}
|
||||
|
||||
> .text {
|
||||
img {
|
||||
max-width: 480px;
|
||||
max-height: 320px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.bubble {
|
||||
@ -139,10 +147,6 @@
|
||||
border-style: none;
|
||||
padding: 3px 0 0 0;
|
||||
}
|
||||
|
||||
> time {
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user