Skip to content

Commit

Permalink
fix css for small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
wanglian committed May 4, 2019
1 parent 7483737 commit c6c330c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions imports/shared/client/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,17 @@
}

@media (max-width: 991px) {
.navbar-custom-menu .navbar-nav.share-menu .dropdown-menu {
body .navbar-custom-menu .navbar-nav.share-menu .dropdown-menu {
right: 0;
}
.navbar-custom-menu .navbar-nav.share-menu .dropdown-menu li a {
body .navbar-custom-menu .navbar-nav.share-menu .dropdown-menu li a {
color: #777;
}
.navbar-custom-menu .navbar-nav.share-menu .dropdown-menu li.divider {
body .navbar-custom-menu .navbar-nav.share-menu .dropdown-menu li a:hover {
background-color: #e1e3e9;
color: #333;
}
body .navbar-custom-menu .navbar-nav.share-menu .dropdown-menu li.divider {
background: #EEE;
}
}
1 change: 1 addition & 0 deletions release.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 0.0.8

* Fix css: hide scrollbar for windows browsers
* Fix css: share button for small screens
* Improve reports

## 0.0.7, 2019-04-28
Expand Down

0 comments on commit c6c330c

Please sign in to comment.