Fix spacing picture glance (#1460)

This commit is contained in:
Paulus Schoutsen 2018-07-17 10:04:48 +02:00 committed by GitHub
parent 229d167f89
commit 84b0542fb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ class HuiPictureGlanceCard extends NavigateMixin(LocalizeMixin(EventsMixin(Polym
right: 0; right: 0;
bottom: 0; bottom: 0;
background-color: rgba(0, 0, 0, 0.3); background-color: rgba(0, 0, 0, 0.3);
padding: 4px 16px; padding: 4px 8px;
font-size: 16px; font-size: 16px;
line-height: 40px; line-height: 40px;
color: white; color: white;
@ -56,6 +56,7 @@ class HuiPictureGlanceCard extends NavigateMixin(LocalizeMixin(EventsMixin(Polym
} }
.box .title { .box .title {
font-weight: 500; font-weight: 500;
margin-left: 8px;
} }
paper-icon-button { paper-icon-button {
color: #A9A9A9; color: #A9A9A9;