open-imcore / imcore.react

React frontend for the MyMessage API!
GNU Affero General Public License v3.0
5 stars 3 forks source link

[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

Open sabogalc opened 3 years ago

sabogalc commented 3 years ago

At 11px the tapback glyph overlaps with the attachment. image 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. image