mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-23 05:07:03 +00:00
+ CI to check formatting, and fix the couple of instances that were not in prettier format (case in HTML clour codes).
7 lines
90 B
CSS
7 lines
90 B
CSS
.videoGrid {
|
|
position: relative;
|
|
overflow: hidden;
|
|
flex: 1;
|
|
touch-action: none;
|
|
}
|