Fix header's padding-bottom for search results page

This commit is contained in:
ltGuillaume 2021-01-19 23:02:39 +01:00
parent f8dfe34a3d
commit e3d611c7fa

View File

@ -30,6 +30,7 @@ body.sepia nav {
color: var(--headertext);
}
body.sepia .top-links {
padding-bottom: 4px;
background: var(--headerbg);
}
body.sepia .top-links a {
@ -42,7 +43,7 @@ body.sepia #sr-more-link {
background: var(--buttonbg);
}
body.sepia header {
margin-top: 0;
margin-top: -8px;
background: var(--headerbg);
color: var(--headertext);
}