Skip to content

Commit

Permalink
Possible fix for MacOS Tor browser menu missalignment
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcutme committed Mar 11, 2018
1 parent 7deb87b commit 3299b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/Left.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.left .filter-clear { color: white; text-decoration: none; margin-left: -41px; opacity: 0.5; padding: 16px; }

.SiteList { margin-bottom: 40px; }
.SiteList .site { border-bottom: 1px solid #3D444B; position: relative }
.SiteList .site { border-bottom: 1px solid #3D444B; position: relative; white-space: nowrap; }
.SiteList .site.disabled:hover { background-color: rgba(173,136,183,0.04); }
.SiteList .site.disabled .circle { opacity: 0.3 }
.SiteList .site.disabled .inner { color: white; opacity: 0.3 }
Expand Down Expand Up @@ -81,4 +81,4 @@
display: inherit; color: black; text-decoration: none; background-color: #f1de3b; border-radius: 3px; border-bottom: 2px solid #b1a74b; opacity: 1;
}
.SiteList.needaction .site .details.needaction:hover { background-color: #fcff2b; transition: none !important }
.SiteList.needaction .site .details.needaction:active { transform: translateY(1px); transition: none }
.SiteList.needaction .site .details.needaction:active { transform: translateY(1px); transition: none }

0 comments on commit 3299b18

Please sign in to comment.