1
0
mirror of https://github.com/ToxicCrack/PrintABrick.git synced 2025-05-21 14:40:10 -07:00

Fix search dropdown style

Fix #1
This commit is contained in:
Unknown 2017-06-02 11:54:21 +02:00
parent 1241ff48fe
commit d81eef8bea
2 changed files with 21 additions and 0 deletions

View File

@ -110,6 +110,20 @@
.ui.segment.vertical.noborder {
border-bottom: 0;
}
.sidebar .search .results {
width: 100%;
.category {
.name {
width: 100%;
}
.result {
margin-left: 0;
}
}
}
}
@each $i in 5 10 15 20 25 30 40 50 60 {

View File

@ -5,6 +5,13 @@
{% block body %}
<div class="ui vertical inverted sidebar menu right">
<div class="ui search item category center aligned">
<div class="ui icon input transparent inverted">
<input class="prompt" type="text" placeholder="Search..." >
<i class="search icon"></i>
</div>
<div class="results transition"></div>
</div>
{{ knp_menu_render('mainMenu') }}
</div>