# HG changeset patch # User Thomas Junk # Date 1550234528 -3600 # Node ID d69bd6631362b0752d2a6d3cb40dc72301044b01 # Parent 19ea2c3893e76aae9564bad346cab6a16f3c48ee remove transition for searchbox due to side-effects diff -r 19ea2c3893e7 -r d69bd6631362 client/src/components/Search.vue --- a/client/src/components/Search.vue Fri Feb 15 13:39:44 2019 +0100 +++ b/client/src/components/Search.vue Fri Feb 15 13:42:08 2019 +0100 @@ -77,7 +77,6 @@ .searchgroup { margin-left: -3px; - transition: width 0.3s; width: 571px; overflow: hidden; } @@ -133,7 +132,6 @@ .smallbox { width: 2rem; - transition: 0.3s; }