Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for GH-936 - wrong behavior on Setup page for Ghostery in Cliqz browser #34

Closed
wants to merge 13 commits into from
Fixes for Edge
  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed Apr 6, 2018
commit 0215e163d3b7f74af758cc2f6c3b82deb8723603
@@ -84,6 +84,9 @@
min-width: 41px;
max-width: 41px;
padding-left: 17px;
.pause-button-icon {
padding: 0 0 0 15px;
}
}
}
.button-caret {
@@ -165,13 +168,11 @@
.button-pause {
height: 35px;
line-height: 21px;
top: 0;
}
.button-caret {
height: 35px;
}
.button-pause.smaller {
top: 1px;
height: 45px;
min-width: 125px;
max-width: 125px;
@@ -189,7 +190,6 @@
}
}
.button-pause.smallest {
top: 0;
padding-left: 15px;
height: 41px;
line-height: 27px;
@@ -180,6 +180,12 @@
&.expert.condensed.ab-pause .cliqz-features-container {
margin-top: 14px;
}
&.expert.condensed .cliqz-features-container {
margin-bottom: 0;
.cliqz-feature:last-of-type {
margin-bottom: 0;
}
}

.map-these-trackers {
text-align: center;
ProTip! Use n and p to navigate between commits in a pull request.