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:
parent
ae13814449
commit
b3e88d33a7
7 changed files with 33 additions and 5 deletions
|
|
@ -4,4 +4,3 @@
|
|||
flex: 1;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue