mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Improve design
This commit is contained in:
parent
ba96a493c8
commit
d3c9880552
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
> {
|
> {
|
||||||
.markContainer {
|
.markContainer {
|
||||||
visibility: visible;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -58,6 +58,7 @@
|
|||||||
|
|
||||||
.timsChatMessage {
|
.timsChatMessage {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
|
height: 20px;
|
||||||
.transition(opacity, .2s);
|
.transition(opacity, .2s);
|
||||||
|
|
||||||
&.unloaded {
|
&.unloaded {
|
||||||
@ -67,6 +68,7 @@
|
|||||||
&::before {
|
&::before {
|
||||||
.icon;
|
.icon;
|
||||||
.icon16;
|
.icon16;
|
||||||
|
padding: @wcfGapTiny;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-child(even) {
|
&:nth-child(even) {
|
||||||
@ -74,13 +76,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
> {
|
> {
|
||||||
.markContainer, time, .usernameContainer, .text {
|
time, .usernameContainer, .text, .markContainer {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
padding: @wcfGapTiny 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.markContainer {
|
.markContainer {
|
||||||
visibility: hidden;
|
display: none;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
time {
|
time {
|
||||||
@ -95,7 +99,7 @@
|
|||||||
.usernameContainer {
|
.usernameContainer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
padding: 0px 5px;
|
padding-right: @wcfGapSmall;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user