mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 13:26:34 +00:00
Fix spacing picture glance (#1460)
This commit is contained in:
parent
229d167f89
commit
84b0542fb6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user