Merge pull request #96 from lunhui1994/master

fix search model radius
i18n
Mr. X 5 years ago committed by GitHub
commit 285e328199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      source/less/_search.less

@ -23,6 +23,7 @@
box-shadow: 0 7px 8px -4px rgba(0,0,0,.2),0 13px 19px 2px rgba(0,0,0,.14),0 5px 24px 4px rgba(0,0,0,.12);
z-index: 3;
border-radius: @border_radius;
overflow: hidden;
@media (max-width: @on_modal_threshold) {
box-shadow: none;
max-width: none;

Loading…
Cancel
Save