Skip to content

Commit

Permalink
Update private messages navigation tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
danon committed Oct 17, 2024
1 parent 3bfe6f0 commit 40ed8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/sass/pages/_pm.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
}

&:not(.sequential) {
border-top: 1px solid $card-border-color;
padding-top: 8px;
padding-bottom: 8px;
border-bottom: 1px solid $card-border-color;

&:last-of-type {
&:first-of-type {
border: none;
}
}
Expand Down

0 comments on commit 40ed8ec

Please sign in to comment.