forked from matrix/element-web
Images now slighlty set in so they don't appear under the context button, and give a margin to the right of the image
This commit is contained in:
parent
08e5f61b10
commit
d1649771cc
|
@ -16,6 +16,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MImageBody {
|
.mx_MImageBody {
|
||||||
display: block;
|
display: block;
|
||||||
|
margin-right: 34px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MImageBody_thumbnail {
|
.mx_MImageBody_thumbnail {
|
||||||
|
|
Loading…
Reference in New Issue