Allow files to be added to notes
This is specifically when a Micropub client is using the JSON syntax and initially uploads the photo via the media endpoint
This commit is contained in:
parent
d3d6913474
commit
76db869af5
11 changed files with 33 additions and 23 deletions
|
|
@ -6,8 +6,15 @@
|
|||
border-radius: var(--border-radius);
|
||||
padding: 1ex 2ex;
|
||||
|
||||
.e-content > p:first-child {
|
||||
margin-block-start: 0;
|
||||
.e-content {
|
||||
> p:first-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
||||
.u-photo {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.syndication-links {
|
||||
|
|
|
|||
Loading…
Reference in a new issue