forked from Mirrors/gomuks
web/timeline: remove small reply padding entirely
This commit is contained in:
parent
588a994b55
commit
cac6db3909
1 changed files with 1 additions and 2 deletions
|
@ -21,8 +21,7 @@ blockquote.reply-body {
|
||||||
font-size: var(--small-font-size);
|
font-size: var(--small-font-size);
|
||||||
height: calc(var(--small-font-size) * 1.5);
|
height: calc(var(--small-font-size) * 1.5);
|
||||||
border-left: none;
|
border-left: none;
|
||||||
padding-left: 0;
|
padding: 0;
|
||||||
padding-bottom: 0;
|
|
||||||
|
|
||||||
> div.reply-spine {
|
> div.reply-spine {
|
||||||
margin-top: calc(var(--small-font-size) * 0.75 - 1px);
|
margin-top: calc(var(--small-font-size) * 0.75 - 1px);
|
||||||
|
|
Loading…
Add table
Reference in a new issue