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

Updated summary view. #25

Merged
merged 15 commits into from Apr 4, 2018

Set default Summary to new Pause Button position

  • Loading branch information
IAmThePan committed Apr 4, 2018
commit 9824b00a6947a6fd27c3fa8421e47395ee8a3647
@@ -24,7 +24,7 @@ import {
} from './BuildingBlocks';

const { IS_CLIQZ } = globals;
const AB_PAUSE_BUTTON = true;
const AB_PAUSE_BUTTON = false;

/**
* @class Implements the Summary View, which is displayed as the entire panel
@@ -132,6 +132,9 @@
div { margin: 13px 0; }
}

.not-scanned-expert-condensed-space-taker {
height: 162px;
}
&.ab-pause .not-scanned-expert-condensed-space-taker {
height: 130px;
}

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

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