mirror of https://github.com/kiwix/libkiwix.git
[kiwix-serve] Fixed taskbar margin from content if content has no margin
This commit is contained in:
parent
384ee12bfd
commit
dda3dd4749
|
@ -5,6 +5,7 @@
|
||||||
right:0;
|
right:0;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index:100;
|
z-index:100;
|
||||||
|
max-height: 2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#kiwixsearchbox {
|
#kiwixsearchbox {
|
||||||
|
|
|
@ -12,4 +12,4 @@
|
||||||
</form>
|
</form>
|
||||||
</span>
|
</span>
|
||||||
</span>
|
</span>
|
||||||
<div style="display: block; height: 2em;"></div>
|
<div style="display: block; height: 3em;"></div>
|
||||||
|
|
Loading…
Reference in New Issue