Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Jun 11, 2014
1 parent fe6c0bb commit 804f0df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core-toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

.toolbar-tools {
height: 64px;
padding: 0 9px;
padding: 0 8px;
pointer-events: none;
}

Expand All @@ -53,7 +53,7 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN

:host(.narrow) .toolbar-tools {
height: 56px;
padding: 0 1px;
padding: 0;
}

/* middle bar */
Expand Down

0 comments on commit 804f0df

Please sign in to comment.