comparison client/src/application/Search.vue @ 1206:0900b341cef0

give search bar minimum width
author Markus Kottlaender <markus@intevation.de>
date Mon, 19 Nov 2018 12:48:33 +0100
parents 5ba14f7f5bdc
children 70116d392387
comparison
equal deleted inserted replaced
1205:5ba14f7f5bdc 1206:0900b341cef0
27 .searchcontainer 27 .searchcontainer
28 margin-left: $offset 28 margin-left: $offset
29 height: $icon-height 29 height: $icon-height
30 30
31 .searchbar-expanded 31 .searchbar-expanded
32 min-width: 568px
32 .searchbar 33 .searchbar
33 border-top-left-radius: 0 !important 34 border-top-left-radius: 0 !important
34 border-bottom-left-radius: 0 !important 35 border-bottom-left-radius: 0 !important
35 36
36 .searchbar-collapsed 37 .searchbar-collapsed