Fix border radius on camera card

This commit is contained in:
Paulus Schoutsen 2016-02-28 01:26:12 -08:00
parent c580a9eb89
commit 4824268203
1 changed files with 3 additions and 0 deletions

View File

@ -14,12 +14,15 @@
.camera-feed {
width: 100%;
height: auto;
border-radius: 2px;
}
.caption {
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
border-bottom-left-radius: 2px;
border-bottom-right-radius: 2px;
background-color: rgba(0, 0, 0, 0.3);
padding: 16px;