mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
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);
|
||||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue