mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Corrects padding/margin issues w/appname on scroll
* 'master' of https://github.com/kbwatts/polymer-starter-kit: Updates to proposed #mainToolbar scroll fix fixes #mainToolbar padding
This commit is contained in:
@@ -71,7 +71,7 @@ paper-menu iron-icon {
|
||||
}
|
||||
|
||||
#mainToolbar .bottom {
|
||||
padding-bottom: 100px;
|
||||
padding-bottom: 120px;
|
||||
padding-left: 30px;
|
||||
}
|
||||
|
||||
@@ -172,6 +172,13 @@ paper-menu a {
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
#mainToolbar.has-shadow .bottom {
|
||||
margin-left: 50px;
|
||||
padding-bottom: 0;
|
||||
padding-left: 0;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Material Design Adaptive Breakpoints */
|
||||
|
||||
Reference in New Issue
Block a user