button search too far up

This commit is contained in:
Silke Pisulla 2017-03-10 09:41:26 +01:00
commit 4ce60e76b9

View file

@ -46,6 +46,9 @@
display: none;
margin: -2px 0 0; // reverse transparent border and box-sizing of a child
padding: 0;
@media @screen_max-xxlg {
margin-top: -1px;
}
a {
min-width: (@toggle-showsidebar_width + 0.1); /* must be a bit a wider than @toggle-showsidebar_width to hide right border */
width: @main-ico-dummy;