mirror of
https://codeberg.org/tacerus/teddit.git
synced 2024-11-22 06:49:26 +01:00
Fix header's padding-bottom for search results page
This commit is contained in:
parent
f8dfe34a3d
commit
e3d611c7fa
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user