Merge pull request #920 from jitsi/remove_prezi_leftovers
fix: remove Prezi leftovers
This commit is contained in:
commit
b754361268
|
@ -129,6 +129,7 @@
|
|||
.icon-recEnable:before {
|
||||
content: "\e614";
|
||||
}
|
||||
// FIXME not used anymore - consider removing in the next font update
|
||||
.icon-presentation:before {
|
||||
content: "\e603";
|
||||
}
|
|
@ -126,7 +126,6 @@
|
|||
object-fit: cover;
|
||||
}
|
||||
|
||||
#presentation,
|
||||
#sharedVideo,
|
||||
#etherpad,
|
||||
#localVideoWrapper>video,
|
||||
|
@ -145,8 +144,7 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
#etherpad,
|
||||
#presentation {
|
||||
#etherpad {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
|
|
@ -217,7 +217,6 @@
|
|||
</div>
|
||||
<div id="videospace">
|
||||
<div id="largeVideoContainer" class="videocontainer">
|
||||
<div id="presentation"></div>
|
||||
<div id="sharedVideo"><div id="sharedVideoIFrame"></div></div>
|
||||
<div id="etherpad"></div>
|
||||
<a target="_new"><div class="watermark leftwatermark"></div></a>
|
||||
|
|
Loading…
Reference in New Issue