Increase left padding of heading.
This commit is contained in:
@@ -24,6 +24,7 @@
|
|||||||
top: 56px;
|
top: 56px;
|
||||||
height: 1em;
|
height: 1em;
|
||||||
padding-bottom: 0.5em;
|
padding-bottom: 0.5em;
|
||||||
|
padding-left: 0.5em;
|
||||||
color: rgba(255,255,255,0.7);
|
color: rgba(255,255,255,0.7);
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-2
@@ -205,8 +205,7 @@ export class FrigateCardMenu extends LitElement {
|
|||||||
</div>
|
</div>
|
||||||
` : ``}
|
` : ``}
|
||||||
</div>
|
</div>
|
||||||
`
|
`;
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return compiled CSS styles (thus safe to use with unsafeCSS).
|
// Return compiled CSS styles (thus safe to use with unsafeCSS).
|
||||||
|
|||||||
Reference in New Issue
Block a user