mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-10-31 14:10:08 +00:00
Disallow bombing the layout
This commit is contained in:
parent
9ccaaeb74a
commit
263083e6ce
@ -180,12 +180,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
display: table;
|
|
||||||
width: 100%;
|
|
||||||
|
|
||||||
.timsChatMessage {
|
.timsChatMessage {
|
||||||
display: table-row;
|
|
||||||
height: 20px;
|
|
||||||
.transition(opacity, .2s);
|
.transition(opacity, .2s);
|
||||||
|
|
||||||
&.unloaded {
|
&.unloaded {
|
||||||
@ -227,8 +222,9 @@
|
|||||||
|
|
||||||
> .text {
|
> .text {
|
||||||
img {
|
img {
|
||||||
max-width: 480px;
|
max-width: 100%;
|
||||||
max-height: 320px;
|
height: auto;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user