Only reduce preview opacity when width > 750

Fix #72
master
Daniel Berteaud 11 years ago
parent a36ba57b8d
commit 62e769a2b3
  1. 4
      public/css/vroom.css

@ -5,8 +5,10 @@
width: 100%;
height: auto;
}
#webRTCVideo .selected {
@media screen and (min-width: 750px) {
#webRTCVideo .selected {
opacity: 0.7;
}
}
.latencyUnknown{
box-shadow: 0px 0px 2pt 2pt grey;

Loading…
Cancel
Save