Index: render/tweet.t ================================================================== --- render/tweet.t +++ render/tweet.t @@ -67,11 +67,11 @@ end var pauth = co.srv:actor_fetch_uid(parent(0).author) defer pauth:free() var pidbuf: int8[lib.math.shorthand.maxlen] var pidlen = lib.math.shorthand.gen(p.parent, pidbuf) var pa: lib.str.acc pa:init(128) - pa:lpush('in reply to ') + pa:lpush('in reply to ') lib.render.nym(pauth.ptr,0,&pa,true) pa:lpush('') tpl.extra = pa:finalize() end if p.rts + p.likes > 0 then Index: static/style.scss ================================================================== --- static/style.scss +++ static/style.scss @@ -530,10 +530,18 @@ padding-left: 0.15in; background: linear-gradient(to right, tone(-55%), transparent); } >.content { grid-column: 2/5; grid-row: 1/2; + > small { + @extend %sans; + display: block; + margin-top: -0.1in; + font-size: 75%; + font-style: italic; + opacity: 80%; + } padding: 0.2in; @extend %serif; font-size: 110%; text-align: justify; color: tone(25%);