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

Fix overflow scroll issue

  • Loading branch information
IAmThePan committed Apr 9, 2018
commit 0266a29774ad2f1ad146a7d49ee4a8c8e22fdc65
@@ -15,6 +15,7 @@
position: absolute;
height: 479px;
width: 100%;
overflow-y: hidden;
&.expert { width: 235px; }
&.expert.condensed {
width: 66px;
@@ -49,7 +50,7 @@
}
&.expert .page-host {
margin-top: 20px;
margin-bottom: 24px;
margin-bottom: 20px;
}
&.expert.ab-pause .page-host {
margin-top: 8px;
@@ -82,7 +83,7 @@
color: #4a4a4a;
font-size: 24px;
font-weight: 600;
margin: 21px 0;
margin: 18px 0;
}
&.expert.condensed.ab-pause .total-tracker-count {
margin: 13px 0;
@@ -94,7 +95,7 @@
font-size: 14px;
line-height: 21px;
font-weight: 600;
margin-bottom: 44px;
margin-bottom: 40px;
.blocked-trackers .value { color: #e74055; }
.page-load .value { color: #ffc063; }
.page-load.fast .value { color: #9ecc42; }
ProTip! Use n and p to navigate between commits in a pull request.