Add grouped notification params

This commit is contained in:
JonnyWong16
2016-10-08 18:23:08 -07:00
committed by JonnyWong16
parent d97cacff14
commit e1bd5ed49e
7 changed files with 221 additions and 87 deletions

View File

@@ -2671,6 +2671,12 @@ a .home-platforms-list-cover-face:hover
border-radius: 8px;
background-clip: padding-box;
}
pre::-webkit-scrollbar-track {
background-color: rgba(255,255,255,.2);
}
pre::-webkit-scrollbar-thumb {
background-color: rgba(0,0,0,.15);
}
@media only screen
and (min-device-width: 300px)