![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hi, do I have a fussy question for you:
The little cut-tag triangles never seem to line up with their parentheses in any style I've used. Previously I've been able to nudge them into place, but on my new layout for
fancake, they are off and the only way I can make them line up nicely causes a problem.
I did this:
And it's fine...but if the entry ends with a cut tag, this creates a vertical scrollbar within the entry. Clearly this is because of my negative margin bottom. Is there a nice, honest way to do this that doesn't infringe on neighboring elements? That triangle needs to be nudged down a whole bunch.
Thank you!
The little cut-tag triangles never seem to line up with their parentheses in any style I've used. Previously I've been able to nudge them into place, but on my new layout for
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
I did this:
span.cuttag a img {
margin-bottom: -6px !important;}
And it's fine...but if the entry ends with a cut tag, this creates a vertical scrollbar within the entry. Clearly this is because of my negative margin bottom. Is there a nice, honest way to do this that doesn't infringe on neighboring elements? That triangle needs to be nudged down a whole bunch.
Thank you!
Tags:
no subject
Date: 2019-11-30 04:17 am (UTC)span.cuttag a img {
vertical-align: -6px;}
.cuttag-action-after img {
vertical-align: -6px;}
and the triangles are centered against the text real nice and no vertical scroll bar!
I agree it'd be nice if there was a way to address this site-wide. I mean, it's not a huge deal, but it doesn't look great that these elements aren't aligned better, and I know it drives some of us bonkers.
Thanks for all the help!