+ CI to check formatting, and fix the couple of instances that were not in prettier format (case in HTML clour codes).
6 lines
90 B
CSS
6 lines
90 B
CSS
.videoGrid {
|
|
position: relative;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
touch-action: none;
|
|
}
|