1
0
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:
Tim Düsterhus 2013-08-19 20:36:56 +02:00
parent 9ccaaeb74a
commit 263083e6ce

View File

@ -180,12 +180,7 @@
}
ul {
display: table;
width: 100%;
.timsChatMessage {
display: table-row;
height: 20px;
.transition(opacity, .2s);
&.unloaded {
@ -227,8 +222,9 @@
> .text {
img {
max-width: 480px;
max-height: 320px;
max-width: 100%;
height: auto;
width: auto;
}
}
}