|
|
@@ -14,11 +14,6 @@
|
|
14
|
14
|
min-width: 0;
|
|
15
|
15
|
}
|
|
16
|
16
|
|
|
17
|
|
- #etherpad,
|
|
18
|
|
- #sharedvideo {
|
|
19
|
|
- text-align: left;
|
|
20
|
|
- }
|
|
21
|
|
-
|
|
22
|
17
|
.filmstrip {
|
|
23
|
18
|
align-items: flex-end;
|
|
24
|
19
|
box-sizing: border-box;
|
|
|
@@ -137,6 +132,15 @@
|
|
137
|
132
|
}
|
|
138
|
133
|
}
|
|
139
|
134
|
|
|
|
135
|
+/**
|
|
|
136
|
+ * Overrides for video containers that should not be centered aligned to avoid=
|
|
|
137
|
+ * clashing with the filmstrip.
|
|
|
138
|
+ */
|
|
|
139
|
+.vertical-filmstrip #etherpad,
|
|
|
140
|
+.vertical-filmstrip #sharedvideo {
|
|
|
141
|
+ text-align: left;
|
|
|
142
|
+}
|
|
|
143
|
+
|
|
140
|
144
|
/**
|
|
141
|
145
|
* Overrides for small videos in vertical filmstrip mode.
|
|
142
|
146
|
*/
|