1
0
Fork 0
forked from Mirrors/gomuks

web/timeline: remove small reply padding entirely

This commit is contained in:
Tulir Asokan 2024-12-22 02:07:41 +02:00
parent 588a994b55
commit cac6db3909

View file

@ -21,8 +21,7 @@ blockquote.reply-body {
font-size: var(--small-font-size);
height: calc(var(--small-font-size) * 1.5);
border-left: none;
padding-left: 0;
padding-bottom: 0;
padding: 0;
> div.reply-spine {
margin-top: calc(var(--small-font-size) * 0.75 - 1px);