Fix poststatusform attachment markup.
This commit is contained in:
parent
cf972e968c
commit
d65112a625
1 changed files with 9 additions and 0 deletions
|
@ -42,6 +42,15 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
img.media-upload {
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
flex: 1;
|
||||||
|
border: 1px solid;
|
||||||
|
border-radius: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.oembed {
|
.oembed {
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in a new issue