feature: blurbs
refactor: style updates and fixes
This commit is contained in:
parent
591fd38088
commit
cbd58071b8
9 changed files with 101 additions and 52 deletions
|
|
@ -85,7 +85,8 @@
|
|||
}
|
||||
|
||||
.post-container .info-container .avatar-container img {
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.post-container .info-container .username-container {
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@
|
|||
<input
|
||||
type="hidden"
|
||||
name="parent_id"
|
||||
generator="(_input, form) => { debugger; const parent_post = form.closest( '.post-container' ); return parent_post?.dataset?.post_id; }"
|
||||
generator="(_input, form) => { const parent_post = form.closest( '.post-container' ); return parent_post?.dataset?.post_id; }"
|
||||
/>
|
||||
|
||||
<input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue