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:
Jonny Barnes 2025-12-27 17:55:29 +00:00
commit 76db869af5
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
11 changed files with 33 additions and 23 deletions

View file

@ -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 {