mirror of https://github.com/vector-im/riot-web
Fix local feed size
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
d244ea3b14
commit
0e5297fcb0
|
@ -22,7 +22,8 @@ limitations under the License.
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_VideoFeed_local {
|
.mx_VideoFeed_local {
|
||||||
width: 20%;
|
width: 25%;
|
||||||
|
height: 25%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
top: 10px;
|
top: 10px;
|
||||||
|
|
Loading…
Reference in New Issue