Try improve search bar/menu switch

Adressing some parts of #395
This commit is contained in:
Eike Kettner
2020-10-28 21:55:42 +01:00
parent 84ebc83adb
commit 509823404e
2 changed files with 25 additions and 16 deletions

View File

@ -31,6 +31,19 @@
margin: 0 1em;
}
.default-layout .ui.menu a.search-menu-toggle {
position: absolute;
left: -2px;
top: 18px;
z-index: 2;
}
.default-layout .icons.search-corner-icons {
position: relative;
top: 10px;
left: 8px;
}
.default-layout .ui.icon.menu .label.item {
padding: 0 0.5em 0 0;
}