[Question] Is there a way to change the `margin-top: 11px;` for `[data-has-acknowledgments=true]` to `15px` when there is an attachment above the text? #59
At 11px the tapback glyph overlaps with the attachment.
While at 15px there is no overlap. I considered changing it to 15px all around, but I thought it would be better to have a way to check if the text had an attachment above it, and only implement the 15px spacing for those specific instances.
At
11px
the tapback glyph overlaps with the attachment. While at15px
there is no overlap. I considered changing it to15px
all around, but I thought it would be better to have a way to check if the text had an attachment above it, and only implement the15px
spacing for those specific instances.