Add prettier support

+ CI to check formatting, and fix the couple of instances that
were not in prettier format (case in HTML clour codes).
This commit is contained in:
David Baker 2022-05-03 14:24:04 +01:00
commit b3e88d33a7
7 changed files with 33 additions and 5 deletions

View file

@ -4,4 +4,3 @@
flex: 1;
touch-action: none;
}

View file

@ -85,7 +85,7 @@
.videoMutedOverlay {
width: 100%;
height: 100%;
background-color: #21262C;
background-color: #21262c;
}
.presenterLabel {
@ -93,7 +93,7 @@
top: 20px;
left: 50%;
transform: translateX(-50%);
background-color: #17191C;
background-color: #17191c;
border-radius: 4px;
display: flex;
justify-content: center;
@ -110,4 +110,4 @@
width: 25%;
max-width: 360px;
border-radius: 20px;
}
}