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

Panel Bug Fixes #28

Merged
merged 6 commits into from Apr 9, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Panel Fixes: Edge bug fixes (GH-911)

  • Loading branch information
IAmThePan committed Apr 6, 2018
commit bf28571a6eb84e92b89668fc5d5b75e841de7811
@@ -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;

Some generated files are not rendered by default. Learn more.

ProTip! Use n and p to navigate between commits in a pull request.