Update README and minor Safari fix.

This commit is contained in:
Dermot Duffy
2021-09-25 16:16:31 -07:00
parent 455be5b0c3
commit 2ab4e064f4
2 changed files with 15 additions and 2 deletions
+3
View File
@@ -72,6 +72,9 @@ frigate-card-gallery {
@mixin fullscreen-ha-card {
// Make the background black, to give it the expected fullscreen feel.
background-color: black;
// Hide corners on Safari fullscreen.
border-radius: 0px;
}
:host(:fullscreen) ha-card {
@include fullscreen-ha-card;