Skip to content

Commit

Permalink
Fix padding not getting set
Browse files Browse the repository at this point in the history
  • Loading branch information
OctoNezd committed Jul 1, 2024
1 parent 2ace6aa commit 51b3a17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/features/posts/css/postIcons.css
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,10 @@ li.viewSource {
.thing .flat-list {
align-items: center;
}
a.expand {
.comment a.expand {
font-weight: bolder;
padding-left: 4px;
padding-right: 4px;
font-size: 1.1em;
margin-right: 6px;
}

1 comment on commit 51b3a17

@sudoshindo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OctoNezd 👌👍🎉

Please sign in to comment.