mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #422 from kiwix/rgaudin/taskbar-height
Adjust body padding-top for taskbar
This commit is contained in:
commit
7e2d174cfb
|
@ -124,7 +124,7 @@ label[for=kiwixsearchbox] {
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 3em !important;
|
padding-top: calc(3em - 5px) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
/* Try to fix buggy stuff in jquery-ui autocomplete */
|
||||||
|
|
Loading…
Reference in New Issue