Merge pull request #2099 from maxgrapps/v2.0.0-beta

Logs search input width
pull/2108/head v2.0.0-beta
Victor Baranov 6 years ago committed by GitHub
commit b1316416ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 6
      apps/block_scout_web/assets/css/components/_log-search.scss

@ -32,6 +32,7 @@
- [#2064](https://github.com/poanetwork/blockscout/pull/2064) - feat: add fields to tx apis, small cleanups
### Fixes
- [#2099](https://github.com/poanetwork/blockscout/pull/2099) - logs search input width
- [#2098](https://github.com/poanetwork/blockscout/pull/2098) - nav dropdown issue, logo size issue
- [#2082](https://github.com/poanetwork/blockscout/pull/2082) - dropdown styles, tooltip gap fix, 404 page added
- [#2077](https://github.com/poanetwork/blockscout/pull/2077) - ui issues

@ -12,8 +12,10 @@
.logs-search {
display: flex;
position: relative;
width: 52%;
@media (max-width: 599px) {
margin-bottom: 30px;
width: 100%;
}
}
@ -57,8 +59,8 @@
transition: .1s ease-in;
position: absolute;
top: 0;
left: 136px;
right: 59px;
&:hover {
color: #333;
}
}
}

Loading…
Cancel
Save