mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Minor visual fix in dashboard's Welcome section
This commit is contained in:
parent
0e1800e68d
commit
f14257d813
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue