Commit f0d24d3f authored by Dan Pascu's avatar Dan Pascu

Removed conflicting scaled-to-fit CSS class from the Smooth Operator theme

parent 9835638d
...@@ -355,12 +355,6 @@ img.full-size ...@@ -355,12 +355,6 @@ img.full-size
max-width: 100%; max-width: 100%;
} }
img.scaled-to-fit
{
width: auto;
max-height: 10px;
}
.message.mention .x-message:before .message.mention .x-message:before
{ {
position: absolute; position: absolute;
......
...@@ -409,12 +409,6 @@ img.full-size ...@@ -409,12 +409,6 @@ img.full-size
max-width: 100%; max-width: 100%;
} }
img.scaled-to-fit
{
width: auto;
max-height: 10px;
}
/* history */ /* history */
.history.message:not(.consecutive), .history.message:not(.consecutive),
......
...@@ -425,12 +425,6 @@ img.full-size ...@@ -425,12 +425,6 @@ img.full-size
max-width: 100%; max-width: 100%;
} }
img.scaled-to-fit
{
width: auto;
max-height: 10px;
}
/* history */ /* history */
.history.message:not(.consecutive), .history.message:not(.consecutive),
......
...@@ -372,12 +372,6 @@ img.full-size ...@@ -372,12 +372,6 @@ img.full-size
max-width: 100%; max-width: 100%;
} }
img.scaled-to-fit
{
width: auto;
max-height: 10px;
}
/* history */ /* history */
.history.message:not(.consecutive), .history.message:not(.consecutive),
......
...@@ -425,12 +425,6 @@ img.full-size ...@@ -425,12 +425,6 @@ img.full-size
max-width: 100%; max-width: 100%;
} }
img.scaled-to-fit
{
width: auto;
max-height: 10px;
}
/* history */ /* history */
.history.message:not(.consecutive), .history.message:not(.consecutive),
......
...@@ -372,12 +372,6 @@ img.full-size ...@@ -372,12 +372,6 @@ img.full-size
max-width: 100%; max-width: 100%;
} }
img.scaled-to-fit
{
width: auto;
max-height: 10px;
}
/* history */ /* history */
.history.message:not(.consecutive), .history.message:not(.consecutive),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment