Initial attempt to get camera name from entity unique_id.
This commit is contained in:
+3
-5
@@ -14,6 +14,8 @@
|
||||
overflow: auto;
|
||||
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
|
||||
scrollbar-width: none; /* Hide scrollbar: Firefox */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
@@ -54,10 +56,6 @@ ha-card {
|
||||
background-color: var(--secondary-background-color, black);
|
||||
}
|
||||
|
||||
ha-card a {
|
||||
color: var(--primary-text-color, white);
|
||||
}
|
||||
|
||||
frigate-card-gallery, frigate-card-viewer, frigate-card-live {
|
||||
width: 100%;
|
||||
display: block;
|
||||
@@ -87,4 +85,4 @@ frigate-card-gallery {
|
||||
}
|
||||
:host(:-webkit-full-screen) ha-card {
|
||||
@include fullscreen-ha-card;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user