Skip to content

Commit

Permalink
[mv3] Minor visual fix in dashboard's Welcome section
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Dec 10, 2024
1 parent 0e1800e commit f14257d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions platform/mv3/extension/css/settings.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ body.firstRun .firstRun {
display: block;
padding: 8px;
}
body .firstRun > *:first-child {
margin-top: 0;
}
body .firstRun > *:last-child {
margin-bottom: 0;
}
h3 {
margin: 1em 0;
}
Expand Down

0 comments on commit f14257d

Please sign in to comment.