Skip to content

Commit

Permalink
Style Mastodon posts in sidebar a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
teistiz committed Feb 1, 2024
1 parent 426d93c commit fbdfd79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/Instanssi/main2024/static/main2024/css/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
}
#toots li {
margin-bottom: $spacer;

&:not(:last-child) {
padding-bottom: $spacer;
border-bottom: 1px solid rgba($theme-color, 0.1);
}
}

.widget-content {
Expand Down

0 comments on commit fbdfd79

Please sign in to comment.