# HG changeset patch # User Markus Kottlaender # Date 1555495452 -7200 # Node ID 85f7f8981a718fd3d9efe52db42e86dd2eb2169f # Parent 0cb1806767226804fe7cbeb18f153a4571e16c99 client: search: fixed rounded corners diff -r 0cb180676722 -r 85f7f8981a71 client/src/components/Search.vue --- a/client/src/components/Search.vue Wed Apr 17 11:48:03 2019 +0200 +++ b/client/src/components/Search.vue Wed Apr 17 12:04:12 2019 +0200 @@ -200,7 +200,7 @@ }, searchbarContainerStyle() { return [ - "input-group searchcontainer shadow-xs", + "input-group searchcontainer shadow-xs rounded", { "d-flex": this.contextBoxContent !== "imports", "d-none": this.contextBoxContent === "imports" && this.showContextBox,