mirror of
https://github.com/edumeet/edumeet.git
synced 2026-07-25 20:03:55 +00:00
Fix videoInfo size
This commit is contained in:
parent
33ec7429c9
commit
67bb1eac44
1 changed files with 4 additions and 4 deletions
|
|
@ -240,7 +240,7 @@ const Peer = (props) =>
|
|||
|
||||
setVideoInfoAdditionalStyles({
|
||||
'style' : {
|
||||
fontSize : '2.0em'
|
||||
fontSize : '1.5em'
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
@ -258,7 +258,7 @@ const Peer = (props) =>
|
|||
});
|
||||
|
||||
setVideoInfoAdditionalStyles({
|
||||
fontSize : '3.0em'
|
||||
fontSize : '1.6em'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -275,7 +275,7 @@ const Peer = (props) =>
|
|||
});
|
||||
|
||||
setVideoInfoAdditionalStyles({
|
||||
fontSize : '4em'
|
||||
fontSize : '2.3em'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -292,7 +292,7 @@ const Peer = (props) =>
|
|||
});
|
||||
|
||||
setVideoInfoAdditionalStyles({
|
||||
fontSize : '5.0em'
|
||||
fontSize : '3.0em'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue