Merge "Update padding of file action buttons"

This commit is contained in:
Kasper Nilsson
2017-12-21 19:06:50 +00:00
committed by Gerrit Code Review

View File

@@ -110,6 +110,11 @@ limitations under the License.
align-items: center; align-items: center;
display: flex; display: flex;
} }
.fileViewActions gr-button {
--gr-button: {
padding: 2px 4px;
}
}
.fileViewActions > *:not(:last-child) { .fileViewActions > *:not(:last-child) {
margin-right: 5px; margin-right: 5px;
} }