Skip to content

Commit

Permalink
Adjust spacing around list expand button
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Oct 10, 2024
1 parent f56e647 commit 3dc3a4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/frontend/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}

.wporg-meeting-calendar__list-expand {
margin-top: 16px;
margin: var(--wp--preset--spacing--20, 20px) 0 0;
text-align: center;
}

Expand All @@ -163,6 +163,10 @@
.wporg-meeting-calendar__list li {
list-style: none;
margin: 0;

&:first-child .wporg-meeting-calendar__list-title {
margin-top: 0;
}
}

.wporg-meeting-calendar__list-title {
Expand Down

0 comments on commit 3dc3a4b

Please sign in to comment.