Add shadow to controls.

This commit is contained in:
Dermot Duffy
2021-09-01 18:41:16 -07:00
parent 1530e365b5
commit d5dc4c7bf3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
.frigate-card-menu-hidden { .frigate-card-menu-hidden {
@extend .frigate-card-menu-base; @extend .frigate-card-menu-base;
position: absolute; position: absolute;
width: 50px; width: 56px;
} }
/* Expanded overlay menu */ /* Expanded overlay menu */
+2 -1
View File
@@ -87,10 +87,11 @@ webrtc-camera ha-card {
position: absolute; position: absolute;
z-index: 1; z-index: 1;
overflow: hidden; overflow: hidden;
opacity: 0.9; opacity: 0.8;
border-radius: 50%; border-radius: 50%;
top: calc(50% - (48px /2)); top: calc(50% - (48px /2));
height: 48px; height: 48px;
box-shadow: 0px 0px 30px 1px black;
} }
.frigate-media-controls.previous { .frigate-media-controls.previous {