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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user