Increase left padding of heading.

This commit is contained in:
Dermot Duffy
2021-08-17 20:08:07 -07:00
parent 4f2660842b
commit a87ac40bc7
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -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
View File
@@ -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).